mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
remove unused imports
This commit is contained in:
parent
971ead3148
commit
8a1fa9a41e
@ -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,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user