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 8cb7332 commit fd538d9Copy full SHA for fd538d9
atlassian/rest_client.py
@@ -121,8 +121,7 @@ def __init__(
121
self._session = session
122
123
if proxies is not None:
124
- self._session.proxies = self.proxies
125
-
+ self._session.proxies = self.proxies
126
if backoff_and_retry and int(urllib3.__version__.split(".")[0]) >= 2:
127
# Note: we only retry on status and not on any of the
128
# other supported reasons
0 commit comments