isort
This commit is contained in:
parent
09b942f1c0
commit
f06caf7b28
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ from django.contrib.auth import get_user_model
|
|||
from django.db import transaction
|
||||
|
||||
from authens.models import CASAccount, OldCASAccount
|
||||
from authens.utils import get_cas_client, parse_entrance_year
|
||||
from authens.signals import post_cas_connect
|
||||
from authens.utils import get_cas_client, parse_entrance_year
|
||||
|
||||
UserModel = get_user_model()
|
||||
|
||||
|
|
Loading…
Reference in a new issue