Explorar o código

Remove unused import

Mike Naberezny %!s(int64=10) %!d(string=hai) anos
pai
achega
b566671b1c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      supervisor/tests/test_options.py

+ 0 - 1
supervisor/tests/test_options.py

@@ -1520,7 +1520,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()