summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peg_generator
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-09-24 14:07:23 (GMT)
committerGitHub <noreply@github.com>2023-09-24 14:07:23 (GMT)
commit19601efa364fe3c294d8010effe11e025cbc230e (patch)
treefe7b91cda272516296be6a0fb4fc31ce6c9037a8 /Lib/test/test_peg_generator
parent649768fb6781ba810df44017fee1975a11d65e2f (diff)
downloadcpython-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__.py1
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