aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codeccallbacks.py
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-25 23:09:02 +0300
committerGitHub <noreply@github.com>2025-05-25 20:09:02 +0000
commit328a778db8cc6ecadf0964a8e6a1834078b2d0d3 (patch)
tree3ac29c902a909f31fd9d7c475c235a634bb2f948 /Lib/test/test_codeccallbacks.py
parent24a47155d2172966fab7d56f2bf9181056fba8d0 (diff)
downloadcpython-328a778db8cc6ecadf0964a8e6a1834078b2d0d3.tar.gz
cpython-328a778db8cc6ecadf0964a8e6a1834078b2d0d3.zip
gh-134357: Remove unused imports in tests (#134340)
Diffstat (limited to 'Lib/test/test_codeccallbacks.py')
-rw-r--r--Lib/test/test_codeccallbacks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_codeccallbacks.py b/Lib/test/test_codeccallbacks.py
index a767f67a02c..65d54d1004d 100644
--- a/Lib/test/test_codeccallbacks.py
+++ b/Lib/test/test_codeccallbacks.py
@@ -2,7 +2,6 @@ from _codecs import _unregister_error as _codecs_unregister_error
import codecs
import html.entities
import itertools
-import re
import sys
import unicodedata
import unittest