We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b995a72 commit b192f1aCopy full SHA for b192f1a
1 file changed
hca/util/__init__.py
@@ -183,7 +183,6 @@ class SwaggerClient(object):
183
scheme = "https"
184
retry_policy = RetryPolicy(read=10,
185
status=10,
186
- redirect=3,
187
backoff_factor=0.1,
188
status_forcelist=frozenset({500, 502, 503, 504}))
189
token_expiration = 3600
0 commit comments