Explorar el Código

Remove unused imports

Mike Naberezny hace 10 años
padre
commit
ccf23f474d
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      supervisor/tests/test_process.py
  2. 0 1
      supervisor/tests/test_rpcinterfaces.py

+ 0 - 1
supervisor/tests/test_process.py

@@ -1,7 +1,6 @@
 import errno
 import os
 import signal
-import sys
 import time
 import unittest
 

+ 0 - 1
supervisor/tests/test_rpcinterfaces.py

@@ -745,7 +745,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
 
         self.assertEqual(