فهرست منبع

Remove unused imports

Mike Naberezny 10 سال پیش
والد
کامیت
b07ee16ece
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      supervisor/tests/test_rpcinterfaces.py

+ 0 - 1
supervisor/tests/test_rpcinterfaces.py

@@ -759,7 +759,6 @@ class SupervisorNamespaceXMLRPCInterfaceTests(TestBase):
         supervisord.set_procattr('process2', 'state', ProcessStates.RUNNING)
         interface = self._makeOne(supervisord)
         callback = interface.stopProcessGroup('foo', wait=False)
-        from supervisor.http import NOT_DONE_YET
         from supervisor.xmlrpc import Faults
 
         # create callbacks in killall()