Fix user type
This commit is contained in:
parent
259e395c92
commit
ff55904f49
@ -40,7 +40,7 @@ class User(AbstractUser):
|
||||
return super().normalize_username(username).lower()
|
||||
|
||||
|
||||
UserType = t.Type[User]
|
||||
UserType = User
|
||||
|
||||
|
||||
def get_typed_user_model() -> UserType:
|
||||
|
Loading…
Reference in New Issue
Block a user