aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codecs.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-06-13 16:56:03 +0200
committerGitHub <noreply@github.com>2022-06-13 16:56:03 +0200
commit3ceb4b8d3ad48101e67da8fb8f581d3377863bfa (patch)
tree6746b2bc59319492d2d4ea7d0ebbfc867f5912ca /Lib/test/test_codecs.py
parent65ff27c7d30b84655bf8caf6e396c65485708148 (diff)
downloadcpython-3ceb4b8d3ad48101e67da8fb8f581d3377863bfa.tar.gz
cpython-3ceb4b8d3ad48101e67da8fb8f581d3377863bfa.zip
gh-84623: Remove unused imports in tests (#93772)
Diffstat (limited to 'Lib/test/test_codecs.py')
-rw-r--r--Lib/test/test_codecs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py
index 42c600dcb00..57f3648eb70 100644
--- a/Lib/test/test_codecs.py
+++ b/Lib/test/test_codecs.py
@@ -9,7 +9,6 @@ from unittest import mock
from test import support
from test.support import os_helper
-from test.support import warnings_helper
try:
import _testcapi