mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-20 09:01:59 +03:00
chore(Group): add trailing comma
This commit is contained in:
parent
d2c2188a6c
commit
13628e223e
|
@ -21,7 +21,7 @@ class Group(Chat, metaclass=NoPublicConstructor):
|
|||
or from methods such as :meth:`telethon.Client.resolve_username`.
|
||||
"""
|
||||
|
||||
__slots__ = ("_raw","_client")
|
||||
__slots__ = ("_raw","_client",)
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue
Block a user