Browse Source

Remove unused import

Mike Naberezny 10 years ago
parent
commit
6af8e7b9b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      supervisor/tests/test_options.py

+ 0 - 1
supervisor/tests/test_options.py

@@ -1364,7 +1364,6 @@ class ServerOptionsTests(unittest.TestCase):
         redirect_stderr = True
         """)
         from supervisor.options import UnhosedConfigParser
-        from supervisor.tests.base import dummy_handler
         config = UnhosedConfigParser()
         config.read_string(text)
         instance = self._makeOne()