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:
@@ -9,7 +9,7 @@ from .chat import Chat
|
||||
from .cutil import from_dc_charpointer, from_optional_dc_charpointer
|
||||
|
||||
|
||||
class Contact(object):
|
||||
class Contact:
|
||||
"""Delta-Chat Contact.
|
||||
|
||||
You obtain instances of it through :class:`deltachat.account.Account`.
|
||||
|
||||
Reference in New Issue
Block a user