mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Apply several lints
This commit is contained in:
@@ -14,6 +14,10 @@ class ChatGetter(abc.ABC):
|
||||
`_input_chat`, `_chat_peer`, `_broadcast` and `_client`. As an end
|
||||
user, you should not worry about this.
|
||||
"""
|
||||
def __init__(self):
|
||||
self._chat = self._input_chat = self._chat_peer = \
|
||||
self._client = self._broadcast = None
|
||||
|
||||
@property
|
||||
def chat(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user