소스 검색

Removed duplicate import

pombredanne 12 년 전
부모
커밋
7727948629
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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])