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 34eb4d0 commit 84a45d1Copy full SHA for 84a45d1
ovh/client.py
@@ -50,10 +50,6 @@
50
from requests.packages import urllib3
51
from requests.exceptions import RequestException
52
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
-
57
from .config import config
58
from .consumer_key import ConsumerKeyRequest
59
from .exceptions import (
0 commit comments