Browse Source

Remove duplicate import

Mike Naberezny 11 năm trước cách đây
mục cha
commit
3d2ba50319
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

@@ -319,8 +319,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: