Skip to content

Commit 4051a49

Browse files
author
Francesco Zimbolo
authored
Added trailing comma
1 parent 1bef1ec commit 4051a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botogram/objects/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ChatPhoto(BaseObject, mixins.FileMixin):
5151
}
5252
replace_keys = {
5353
"small_file_id": "small",
54-
"big_file_id": "big"
54+
"big_file_id": "big",
5555
}
5656
_check_equality_ = "small_file_id"
5757

0 commit comments

Comments
 (0)