Browse Source

Removed unused import.

silver 13 năm trước cách đây
mục cha
commit
23c043d66b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      supervisor/tests/test_options.py

+ 0 - 1
supervisor/tests/test_options.py

@@ -659,7 +659,6 @@ class ServerOptionsTests(unittest.TestCase):
         config = UnhosedConfigParser()
         config.read_string(text)
         pconfigs = instance.processes_from_section(config, 'program:foo', 'bar')
-        import platform
         expected = "/bin/foo --path='%s'" % os.environ['PATH']
         self.assertEqual(pconfigs[0].command, expected)