From 8a1fa9a41e3c7a8855cabd62b4d44414b8da3f26 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 16 Sep 2019 10:25:34 -0400 Subject: [PATCH] remove unused imports --- src/allmydata/test/test_python3.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/allmydata/test/test_python3.py b/src/allmydata/test/test_python3.py index 585bbfd77..8a25af889 100644 --- a/src/allmydata/test/test_python3.py +++ b/src/allmydata/test/test_python3.py @@ -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, )