Skip to content

Commit b192f1a

Browse files
authored
removing redirect for retry_policy (#205)
1 parent b995a72 commit b192f1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hca/util/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ class SwaggerClient(object):
183183
scheme = "https"
184184
retry_policy = RetryPolicy(read=10,
185185
status=10,
186-
redirect=3,
187186
backoff_factor=0.1,
188187
status_forcelist=frozenset({500, 502, 503, 504}))
189188
token_expiration = 3600

0 commit comments

Comments
 (0)