diff options
| author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-09-24 14:07:23 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 14:07:23 (GMT) |
| commit | 19601efa364fe3c294d8010effe11e025cbc230e (patch) | |
| tree | fe7b91cda272516296be6a0fb4fc31ce6c9037a8 /Lib/test/mapping_tests.py | |
| parent | 649768fb6781ba810df44017fee1975a11d65e2f (diff) | |
| download | cpython-19601efa364fe3c294d8010effe11e025cbc230e.zip cpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.gz cpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.bz2 | |
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 b3e4192..b4cfce1 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 |
