Skip to content

Commit 6787326

Browse files
shaileshmishrashaileshmishra
authored andcommitted
coverage improvement
1 parent dcb7e49 commit 6787326

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

contentstack/https_connection.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ def get(self, url):
5454
We use requests.get method since we are sending a GET request.
5555
The four arguments we pass are url, verify(ssl), timeout, headers
5656
"""
57-
58-
# retry_strategy = Retry(
59-
# total=3,
60-
# status_forcelist=[429, 500, 502, 503, 504],
61-
# method_whitelist=["GET"]
62-
# )
63-
# adapter = HTTPAdapter(max_retries=retry_strategy)
64-
# http = requests.Session()
65-
# http.mount("https://", adapter)
6657

6758
try:
6859
self.headers.update(user_agents())

0 commit comments

Comments
 (0)