diff options
-rw-r--r-- | Lib/test/test_pep352.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pep352.py b/Lib/test/test_pep352.py index 98debf0..7c98c46 100644 --- a/Lib/test/test_pep352.py +++ b/Lib/test/test_pep352.py @@ -1,7 +1,6 @@ import unittest import builtins import warnings -from test.support import run_unittest import os from platform import system as platform_system |