mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-15 10:32:28 +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`.
|
or from methods such as :meth:`telethon.Client.resolve_username`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ("_raw","_client")
|
__slots__ = ("_raw","_client",)
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user