Linters
This commit is contained in:
parent
95931792a5
commit
09b942f1c0
1 changed files with 5 additions and 2 deletions
|
@ -112,8 +112,11 @@ class ENSCASBackend:
|
|||
account_created = True
|
||||
|
||||
post_cas_connect.send(
|
||||
UserModel, instance=user, created=account_created, cas_login=cas_login,
|
||||
attributes=attributes
|
||||
UserModel,
|
||||
instance=user,
|
||||
created=account_created,
|
||||
cas_login=cas_login,
|
||||
attributes=attributes,
|
||||
)
|
||||
return user
|
||||
|
||||
|
|
Loading…
Reference in a new issue