Skip to content

Commit

Permalink
adding missing extra ending line
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-bell authored and aleksihakli committed Aug 19, 2021
1 parent e36665e commit 91bdb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axes/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
settings.AXES_CLIENT_STR_CALLABLE = getattr(settings, "AXES_CLIENT_STR_CALLABLE", None)

# set the HTTP response code given by too many requests
settings.AXES_HTTP_RESPONSE_CODE = getattr(settings, "AXES_HTTP_RESPONSE_CODE", 403)
settings.AXES_HTTP_RESPONSE_CODE = getattr(settings, "AXES_HTTP_RESPONSE_CODE", 403)

0 comments on commit 91bdb3b

Please sign in to comment.