diff options
Diffstat (limited to 'Lib/test/test_import.py')
-rw-r--r-- | Lib/test/test_import.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 8cf96d8..b0e5a95 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -15,7 +15,6 @@ import textwrap import errno import shutil import contextlib -import time import test.support from test.support import ( |