mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
committed by
Tim Graham
parent
6072de727f
commit
967be82443
@@ -78,4 +78,5 @@ class PasswordResetTokenGenerator(object):
|
||||
# Used for mocking in tests
|
||||
return date.today()
|
||||
|
||||
|
||||
default_token_generator = PasswordResetTokenGenerator()
|
||||
|
||||
Reference in New Issue
Block a user