summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-03-08 11:45:38 (GMT)
committerGitHub <noreply@github.com>2023-03-08 11:45:38 (GMT)
commit401d7a7f009ca2e282b1a0d1b880dc602afd39dc (patch)
tree654bd90d629a163295682e5e9f3c3aad8d047143 /Lib/test/test_httplib.py
parent7d801f245e2021d19daff105ce722f22aa844391 (diff)
downloadcpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.zip
cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.gz
cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.bz2
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Diffstat (limited to 'Lib/test/test_httplib.py')
-rw-r--r--Lib/test/test_httplib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py
index 620a5b1..9ff6afc 100644
--- a/Lib/test/test_httplib.py
+++ b/Lib/test/test_httplib.py
@@ -8,7 +8,6 @@ import array
import re
import socket
import threading
-import warnings
import unittest
from unittest import mock
@@ -17,7 +16,6 @@ TestCase = unittest.TestCase
from test import support
from test.support import os_helper
from test.support import socket_helper
-from test.support import warnings_helper
support.requires_working_socket(module=True)