Skip to content

Commit 2ebb470

Browse files
dkirov-ddiliakur
andauthored
Update datadog_checks_base/datadog_checks/base/utils/http.py
Co-authored-by: Ilia Kurenkov <ilia.kurenkov@datadoghq.com>
1 parent f9ca027 commit 2ebb470

File tree

1 file changed

+0
-2
lines changed
  • datadog_checks_base/datadog_checks/base/utils

1 file changed

+0
-2
lines changed

datadog_checks_base/datadog_checks/base/utils/http.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ class SSLContextAdapter(requests.adapters.HTTPAdapter):
141141

142142
def __init__(self, ssl_context, **kwargs):
143143
self.ssl_context = ssl_context
144-
# This is used to determine if the adapter was created with a custom context
145-
# for the purpose of reverting to the default context when needed.
146144
super(SSLContextAdapter, self).__init__()
147145

148146
def init_poolmanager(self, connections, maxsize, block=False, **pool_kwargs):

0 commit comments

Comments
 (0)