mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Fix some syntax errors that are causing errors on python pip package distribution (#467)
Fix some syntax errors that are causing errors on python pip package distribution
This commit is contained in:
parent
3bc96b4193
commit
879e0bfc2d
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class ChosenInlineResult(Object, Update):
|
||||||
from_user: User,
|
from_user: User,
|
||||||
query: str,
|
query: str,
|
||||||
location: "pyrogram.Location" = None,
|
location: "pyrogram.Location" = None,
|
||||||
inline_message_id: str = None,
|
inline_message_id: str = None
|
||||||
):
|
):
|
||||||
super().__init__(client)
|
super().__init__(client)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue