Skip to content

Commit 29701a3

Browse files
committed
Fix import errors
1 parent a4bb2a3 commit 29701a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/inline_mode/inline_query_result_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import pyrogram
2222
from pyrogram import raw, types, utils
23-
from pyrogram.types import InlineQueryResult
23+
from .inline_query_result import InlineQueryResult
2424

2525

2626
class InlineQueryResultAudio(InlineQueryResult):

0 commit comments

Comments
 (0)