diff options
Diffstat (limited to 'Lib/test/test_zipfile/_path/test_complexity.py')
-rw-r--r-- | Lib/test/test_zipfile/_path/test_complexity.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_zipfile/_path/test_complexity.py b/Lib/test/test_zipfile/_path/test_complexity.py index b505dd7c376..7c108fc6ab8 100644 --- a/Lib/test/test_zipfile/_path/test_complexity.py +++ b/Lib/test/test_zipfile/_path/test_complexity.py @@ -8,10 +8,8 @@ import zipfile from ._functools import compose from ._itertools import consume - from ._support import import_or_skip - big_o = import_or_skip('big_o') pytest = import_or_skip('pytest') |