Skip to content

Commit 8e8b755

Browse files
ggqlqpicnixz
andauthored
Update Lib/test/test_httpservers.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 1843c80 commit 8e8b755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ def setUp(self):
17361736
f.write(self.tls_password.encode())
17371737
self.addCleanup(os_helper.unlink, self.tls_password_file)
17381738

1739-
def fetch_file(self, path, allow_self_signed_cert=True) -> bytes:
1739+
def fetch_file(self, path, allow_self_signed_cert=True):
17401740
context = ssl.create_default_context()
17411741
if allow_self_signed_cert:
17421742
context.check_hostname = False

0 commit comments

Comments
 (0)