remove unused imports

This commit is contained in:
Jean-Paul Calderone 2019-09-16 10:25:34 -04:00
parent 971ead3148
commit 8a1fa9a41e

View File

@ -2,19 +2,10 @@
Tests related to the Python 3 porting effort itself.
"""
from sys import (
modules,
)
from inspect import (
getsource,
)
from pkg_resources import (
resource_stream,
)
from twisted.python.reflect import (
namedAny,
)
from twisted.python.modules import (
getModule,
)