cleanup the imports

这个提交包含在:
Sven Czarnian
2021-11-18 08:46:56 +01:00
父节点 74bf3e7439
当前提交 23d00899fc

查看文件

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