Skip to content

Commit e6678a0

Browse files
committed
(fix): NameError
1 parent 7a6ad41 commit e6678a0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyrogram/types/inline_mode/inline_query_result_article.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
import logging
2020

2121
import pyrogram
22-
from pyrogram import raw
23-
from pyrogram import types
22+
from pyrogram import raw, types
2423

2524
from .inline_query_result import InlineQueryResult
2625

pyrogram/types/inline_mode/inline_query_result_cached_photo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typing import Optional
2020

2121
import pyrogram
22-
from pyrogram import raw, types, utils, enums
22+
from pyrogram import enums, raw, types, utils
2323
from .inline_query_result import InlineQueryResult
2424
from ...file_id import FileId
2525

pyrogram/types/inline_mode/inline_query_result_cached_sticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typing import Optional
2020

2121
import pyrogram
22-
from pyrogram import enums, raw, types
22+
from pyrogram import enums, raw, types, utils
2323
from .inline_query_result import InlineQueryResult
2424
from ...file_id import FileId
2525

0 commit comments

Comments
 (0)