Skip to content

Commit 879e0bf

Browse files
Fix some syntax errors that are causing errors on python pip package distribution (pyrogram#467)
Fix some syntax errors that are causing errors on python pip package distribution
1 parent 3bc96b4 commit 879e0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/types/inline_mode/chosen_inline_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
from_user: User,
7878
query: str,
7979
location: "pyrogram.Location" = None,
80-
inline_message_id: str = None,
80+
inline_message_id: str = None
8181
):
8282
super().__init__(client)
8383

0 commit comments

Comments
 (0)