mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
python: do not inherit from object
This commit is contained in:
@@ -12,7 +12,7 @@ from .cutil import as_dc_charpointer, from_dc_charpointer, from_optional_dc_char
|
||||
from .reactions import Reactions
|
||||
|
||||
|
||||
class Message(object):
|
||||
class Message:
|
||||
"""Message object.
|
||||
|
||||
You obtain instances of it through :class:`deltachat.account.Account` or
|
||||
|
||||
Reference in New Issue
Block a user