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

@@ -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