fix import

This commit is contained in:
end 2021-04-24 13:07:31 +02:00
parent d09907dfa5
commit 2a657c6cc6

View file

@ -3,7 +3,8 @@
import pdb import pdb
from mitmproxy import ctx, Flow from mitmproxy import ctx
from mitmproxy.flow import Flow
import threading import threading
from queue import Queue, Empty from queue import Queue, Empty
import time import time
@ -143,7 +144,6 @@ The network thread communicates with the bigsnitch plugin using zeromq.
""" """
@dataclass
class NetworkThread(threading.Thread): class NetworkThread(threading.Thread):
def __init__(self, name, queue): def __init__(self, name, queue):
threading.Thread.__init__(self) threading.Thread.__init__(self)