Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 27, 2023
1 parent 44b4f98 commit 4ae1dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxsdk/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def _get_retry_request_callable(
request.auto_session_renewal = False
return self._send_request

#pylint:disable=line-too-long
# pylint:disable=line-too-long
if request.method == 'GET' and network_response and network_response.ok and not self._validate_json_response(network_response, request, False):
return self._send_request

Expand Down

0 comments on commit 4ae1dfb

Please sign in to comment.