Browse Source

Remove duplicate import

Mike Naberezny 11 năm trước cách đây
mục cha
commit
f4d7f22532
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      supervisor/medusa/thread/thread_handler.py

+ 0 - 2
supervisor/medusa/thread/thread_handler.py

@@ -315,8 +315,6 @@ class request_loop_thread (threading.Thread):
 
 if __name__ == '__main__':
 
-    import sys
-
     if len(sys.argv) < 2:
         print('Usage: %s <worker_threads>' % sys.argv[0])
     else: