remove unused imports

This commit is contained in:
Jean-Paul Calderone
2019-06-26 15:00:20 -04:00
parent e825e63590
commit 58db131787
2 changed files with 0 additions and 8 deletions

View File

@ -7,13 +7,6 @@ from ConfigParser import NoSectionError
import attr
from zope.interface import implementer
from eliot import (
start_action,
)
from eliot.twisted import (
DeferredContext,
)
from twisted.plugin import (
getPlugins,
)