Skip to content

Commit 0d965ff

Browse files
committed
Catch SSLError from requests intead of urllib3
Fixup 8d3f837
1 parent dec073d commit 0d965ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_blob_interface/azure_blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ServiceResponseError,
1111
HttpResponseError,
1212
)
13-
from urllib3.exceptions import SSLError
13+
from requests.exceptions import SSLError
1414

1515
from azure_blob_interface.storage import StorageDriver
1616

0 commit comments

Comments
 (0)