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

@@ -4,7 +4,7 @@ from .capi import ffi, lib
from .cutil import from_dc_charpointer, iter_array
class Reactions(object):
class Reactions:
"""Reactions object.
You obtain instances of it through :class:`deltachat.message.Message`.