Prechádzať zdrojové kódy

Removed duplicate import

pombredanne 12 rokov pred
rodič
commit
7727948629
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      supervisor/tests/test_supervisord.py

+ 0 - 1
supervisor/tests/test_supervisord.py

@@ -321,7 +321,6 @@ class SupervisordTests(unittest.TestCase):
         self.assertTrue(not result)
 
     def test_remove_process_group(self):
-        from supervisor.states import ProcessStates
         options = DummyOptions()
         pconfig = DummyPConfig(options, 'foo', 'foo', '/bin/foo')
         gconfig = DummyPGroupConfig(options, 'foo', pconfigs=[pconfig])