2 parents 8c99ecc + bae4ffc commit 3f83266Copy full SHA for 3f83266
1 file changed
Lib/test/test_urllib2_localnet.py
@@ -551,7 +551,6 @@ def test_https(self):
551
552
def test_https_with_cafile(self):
553
handler = self.start_https_server(certfile=CERT_localhost)
554
- import ssl
555
# Good cert
556
data = self.urlopen("https://localhost:%s/bizarre" % handler.port,
557
cafile=CERT_localhost)
0 commit comments