Skip to content

Commit 84a45d1

Browse files
committed
pr feedback: no longer need to drop SNI warnings
1 parent 34eb4d0 commit 84a45d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ovh/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
from requests.packages import urllib3
5151
from requests.exceptions import RequestException
5252

53-
# Disable SNI related Warning. The API does not rely on it
54-
urllib3.disable_warnings(urllib3.exceptions.SNIMissingWarning)
55-
urllib3.disable_warnings(urllib3.exceptions.SecurityWarning)
56-
5753
from .config import config
5854
from .consumer_key import ConsumerKeyRequest
5955
from .exceptions import (

0 commit comments

Comments
 (0)