chore(Group): add trailing comma

This commit is contained in:
Yaroslav Vorobev 2023-11-07 13:41:37 +03:00 committed by GitHub
parent d2c2188a6c
commit 13628e223e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,