瀏覽代碼

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])