Change to use super() instead of the old py2 style everywhere
This commit is contained in:
parent
55237f20a7
commit
5859de7054
33 changed files with 69 additions and 70 deletions
|
|
@ -664,7 +664,7 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
|
|||
could get invalidated.
|
||||
|
||||
"""
|
||||
super(DefaultAccount, self).set_password(password)
|
||||
super().set_password(password)
|
||||
logger.log_sec(f"Password successfully changed for {self}.")
|
||||
self.at_password_change()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue