-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: _RequestContext._do_request() (#85)
* refactor: _RequestContext._do_request() Increased code readability in _do_request() and renaming of _is_status_code_ok to _skip_retry. The evaluate_response_callback logic has been moved to _skip_retry as well. * refactor: _RequestContext._do_request() Empty line deleted to pass autopep8 check * refactor: as suggested by Inyutin during PR-Review * fix: add type annotation to _RequestContext._is_skip_retry() param * refactor: remove redundant empty line Co-authored-by: boidof <[email protected]>
- Loading branch information
1 parent
c5e6bb7
commit ba21698
Showing
1 changed file
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters