Skip to content

Commit

Permalink
Flake8...
Browse files Browse the repository at this point in the history
  • Loading branch information
jobec committed Nov 5, 2019
1 parent def450c commit d9e60c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_auth_adfs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __init__(self):
method_whitelist = frozenset([
'HEAD', 'GET', 'PUT', 'DELETE', 'OPTIONS', 'TRACE', 'POST'
])

retry = Retry(
total=settings.RETRIES,
read=settings.RETRIES,
Expand Down

0 comments on commit d9e60c7

Please sign in to comment.