Skip to content

Commit fd538d9

Browse files
authored
Delete trailing whitespace
Delete trailing whitespace for codestyle
1 parent 8cb7332 commit fd538d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

atlassian/rest_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ def __init__(
121121
self._session = session
122122

123123
if proxies is not None:
124-
self._session.proxies = self.proxies
125-
124+
self._session.proxies = self.proxies
126125
if backoff_and_retry and int(urllib3.__version__.split(".")[0]) >= 2:
127126
# Note: we only retry on status and not on any of the
128127
# other supported reasons

0 commit comments

Comments
 (0)