From 13628e223e093c58d6af37d8f2ae4d946a95c0dc Mon Sep 17 00:00:00 2001 From: Yaroslav Vorobev Date: Tue, 7 Nov 2023 13:41:37 +0300 Subject: [PATCH] chore(Group): add trailing comma --- client/src/telethon/_impl/client/types/chat/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/telethon/_impl/client/types/chat/group.py b/client/src/telethon/_impl/client/types/chat/group.py index b2cb38d0..ff7b3000 100644 --- a/client/src/telethon/_impl/client/types/chat/group.py +++ b/client/src/telethon/_impl/client/types/chat/group.py @@ -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,