mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
sort imports in tests (run make reformat lint)
This commit is contained in:
parent
7ec6e57993
commit
896b452495
5 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from random import randint
|
||||
|
||||
from aiogram.methods import CopyMessages
|
||||
from aiogram.types import MessageId
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
from random import randint
|
||||
|
||||
from aiogram.methods import ForwardMessages
|
||||
from aiogram.types import MessageId
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from aiogram.methods import AnswerCallbackQuery
|
||||
from aiogram.types import CallbackQuery, User, Message, InaccessibleMessage
|
||||
from aiogram.types import CallbackQuery, InaccessibleMessage, Message, User
|
||||
|
||||
|
||||
class TestCallbackQuery:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue