mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
python: do not inherit from object
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user