diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-09-24 15:07:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 15:07:23 +0100 |
commit | 19601efa364fe3c294d8010effe11e025cbc230e (patch) | |
tree | fe7b91cda272516296be6a0fb4fc31ce6c9037a8 /Lib/test/mapping_tests.py | |
parent | 649768fb6781ba810df44017fee1975a11d65e2f (diff) | |
download | cpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.gz cpython-19601efa364fe3c294d8010effe11e025cbc230e.zip |
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Diffstat (limited to 'Lib/test/mapping_tests.py')
-rw-r--r-- | Lib/test/mapping_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/mapping_tests.py b/Lib/test/mapping_tests.py index b3e4192e65d..b4cfce19a71 100644 --- a/Lib/test/mapping_tests.py +++ b/Lib/test/mapping_tests.py @@ -1,7 +1,6 @@ # tests common to dict and UserDict import unittest import collections -import sys from test.support import Py_C_RECURSION_LIMIT |