reformat with black

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:34:58 +03:00
parent 4866354600
commit cf85607969
343 changed files with 6054 additions and 2158 deletions

View File

@@ -1,5 +1,4 @@
from django.contrib.auth.models import User
class AdminAuthenticationForm:
def confirm_login_allowed(self, user: User) -> None: ...
def confirm_login_allowed(self, user: User) -> None: ...