8000 chore(client): remove duplicate code · python-gitlab/python-gitlab@5cbbf26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cbbf26

Browse files
committed
chore(client): remove duplicate code
1 parent c3ef1b5 commit 5cbbf26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitlab/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,6 @@ def http_request(
710710
if 200 <= result.status_code < 300:
711711
return result
712712

713-
retry_transient_errors = kwargs.get(
714-
"retry_transient_errors", self.retry_transient_errors
715-
)
716713
if (429 == result.status_code and obey_rate_limit) or (
717714
result.status_code in RETRYABLE_TRANSIENT_ERROR_CODES
718715
and retry_transient_errors

0 commit comments

Comments
 (0)
0