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