We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1843c80 commit 8e8b755Copy full SHA for 8e8b755
Lib/test/test_httpservers.py
@@ -1736,7 +1736,7 @@ def setUp(self):
1736
f.write(self.tls_password.encode())
1737
self.addCleanup(os_helper.unlink, self.tls_password_file)
1738
1739
- def fetch_file(self, path, allow_self_signed_cert=True) -> bytes:
+ def fetch_file(self, path, allow_self_signed_cert=True):
1740
context = ssl.create_default_context()
1741
if allow_self_signed_cert:
1742
context.check_hostname = False
0 commit comments