File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2875,7 +2875,7 @@ async def asyncSetUp(self):
28752875 async def http_post (self , path , data = None ):
28762876 # Note, the connection to the mock server needs to be closed after
28772877 # each request because the server is single threaded.
2878- ctx = get_ssl_context (
2878+ ctx : ssl . SSLContext = get_ssl_context (
28792879 CLIENT_PEM , # certfile
28802880 None , # passphrase
28812881 CA_PEM , # ca_certs
Original file line number Diff line number Diff line change @@ -2857,7 +2857,7 @@ def setUp(self):
28572857 def http_post (self , path , data = None ):
28582858 # Note, the connection to the mock server needs to be closed after
28592859 # each request because the server is single threaded.
2860- ctx = get_ssl_context (
2860+ ctx : ssl . SSLContext = get_ssl_context (
28612861 CLIENT_PEM , # certfile
28622862 None , # passphrase
28632863 CA_PEM , # ca_certs
You can’t perform that action at this time.
0 commit comments