Run black reformatter on code
This commit is contained in:
parent
4582eb4085
commit
bd3e31bf3c
178 changed files with 4511 additions and 3385 deletions
|
|
@ -276,8 +276,11 @@ class AccountDBManager(TypedObjectManager, UserManager):
|
|||
new_account.set_password(password)
|
||||
|
||||
new_account._createdict = dict(
|
||||
locks=locks, permissions=permissions,
|
||||
report_to=report_to, tags=tags, attributes=attributes
|
||||
locks=locks,
|
||||
permissions=permissions,
|
||||
report_to=report_to,
|
||||
tags=tags,
|
||||
attributes=attributes,
|
||||
)
|
||||
# saving will trigger the signal that calls the
|
||||
# at_first_save hook on the typeclass, where the _createdict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue