mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Remove unused import
This commit is contained in:
parent
2083bfb965
commit
9b9c1b086d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from .contact import Contact
|
|||
from .document import Document
|
||||
from .force_reply import ForceReply
|
||||
from .game import Game
|
||||
from .inline_keyboard import InlineKeyboardMarkup, InlineKeyboardButton
|
||||
from .inline_keyboard import InlineKeyboardMarkup
|
||||
from .input_media import MediaGroup, InputMedia
|
||||
from .invoice import Invoice
|
||||
from .location import Location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue