unused imports

This commit is contained in:
Jean-Paul Calderone 2020-12-14 16:58:22 -05:00
parent 01507e4f93
commit b6ea3f47c8

View File

@ -9,9 +9,6 @@ from six.moves import (
from testtools.matchers import (
Contains,
Equals,
MatchesAll,
IsInstance,
AfterPreprocessing,
)
from twisted.python.filepath import (
@ -24,7 +21,6 @@ from twisted.internet.test.modulehelpers import (
AlternateReactor,
)
from ...scripts.tahoe_run import (
DaemonizeTheRealService,
)