python: do not inherit from object

This commit is contained in:
link2xt
2023-02-15 16:27:34 +00:00
parent 243f28f8a5
commit e021a59b87
7 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ def get_dc_info_as_dict(dc_context):
return info_dict
class Account(object):
class Account:
"""Each account is tied to a sqlite database file which is fully managed
by the underlying deltachat core library. All public Account methods are
meant to be memory-safe and return memory-safe objects.