浏览代码

cleanup the imports

Sven Czarnian 3 年之前
父节点
当前提交
23d00899fc
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      aman/com/Euroscope.py

+ 1 - 3
aman/com/Euroscope.py

@@ -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):