Skip to content

Commit 1bef1ec

Browse files
author
Francesco Zimbolo
authored
Added trailing commas
1 parent 5f40044 commit 1bef1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

botogram/objects/chats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ class Chat(BaseObject, mixins.ChatMixin):
115115
# "pinned_message" = Message
116116
"sticker_set_name": str,
117117
"can_set_sticker_set": bool,
118-
"photo": ChatPhoto
118+
"photo": ChatPhoto,
119119
}
120120
replace_keys = {
121121
"invite_link": "_invite_link",
122-
"photo": "_photo"
122+
"photo": "_photo",
123123
}
124124
_check_equality_ = "id"
125125

0 commit comments

Comments
 (0)