summaryrefslogtreecommitdiff
path: root/Lib/test/test_import/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_import/__init__.py')
-rw-r--r--Lib/test/test_import/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_import/__init__.py b/Lib/test/test_import/__init__.py
index 760908efe6..d61782a6cb 100644
--- a/Lib/test/test_import/__init__.py
+++ b/Lib/test/test_import/__init__.py
@@ -14,7 +14,6 @@ import unittest
import unittest.mock as mock
import textwrap
import errno
-import shutil
import contextlib
import test.support