mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python: do not inherit from object
This commit is contained in:
@@ -18,7 +18,7 @@ from .cutil import (
|
||||
from .message import Message
|
||||
|
||||
|
||||
class Chat(object):
|
||||
class Chat:
|
||||
"""Chat object which manages members and through which you can send and retrieve messages.
|
||||
|
||||
You obtain instances of it through :class:`deltachat.account.Account`.
|
||||
|
||||
Reference in New Issue
Block a user