mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix import errors
This commit is contained in:
parent
a4bb2a3fdf
commit
29701a3a55
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from typing import Union, List
|
|||
|
||||
import pyrogram
|
||||
from pyrogram import raw, types, utils
|
||||
from pyrogram.types import InlineQueryResult
|
||||
from .inline_query_result import InlineQueryResult
|
||||
|
||||
|
||||
class InlineQueryResultAudio(InlineQueryResult):
|
||||
|
|
|
|||
Loading…
Reference in a new issue