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/test_peg_generator | |
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/test_peg_generator')
-rw-r--r-- | Lib/test/test_peg_generator/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_peg_generator/__init__.py b/Lib/test/test_peg_generator/__init__.py index c23542e..b32db44 100644 --- a/Lib/test/test_peg_generator/__init__.py +++ b/Lib/test/test_peg_generator/__init__.py @@ -1,5 +1,4 @@ import os.path -import unittest from test import support from test.support import load_package_tests |