Commit 4c11c925 authored by Benjamin Peterson's avatar Benjamin Peterson

remove extra ssl imports (closes #23053)

Patch from Jan Matejek.
parent bad1257c
......@@ -551,7 +551,6 @@ class TestUrlopen(unittest.TestCase):
def test_https_with_cafile(self):
handler = self.start_https_server(certfile=CERT_localhost)
import ssl
# Good cert
data = self.urlopen("https://localhost:%s/bizarre" % handler.port,
cafile=CERT_localhost)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment