Explorar o código

Remove unused import

Mike Naberezny %!s(int64=10) %!d(string=hai) anos
pai
achega
6af8e7b9b4
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

@@ -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()