cleanup the imports

This commit is contained in:
Sven Czarnian
2021-11-18 08:46:56 +01:00
parent 74bf3e7439
commit 23d00899fc

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
import ctypes
import glob import glob
import os import os
import sys import sys
@@ -9,10 +8,9 @@ import time
import zmq import zmq
import zmq.auth import zmq.auth
from aman.com import AircraftReport_pb2
from aman.com import Communication_pb2 from aman.com import Communication_pb2
from aman.config.Server import Server from aman.config.Server import Server
from threading import Thread, _active from threading import Thread
class ComThread(Thread): class ComThread(Thread):
def __init__(self, com, aman): def __init__(self, com, aman):