sort imports in tests (run make reformat lint)

This commit is contained in:
Suren Khorenyan 2023-12-31 00:41:14 +03:00
parent 7ec6e57993
commit 896b452495
5 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,5 @@
from random import randint
from aiogram.methods import CopyMessages
from aiogram.types import MessageId
from tests.mocked_bot import MockedBot

View file

@ -1,4 +1,5 @@
from random import randint
from aiogram.methods import ForwardMessages
from aiogram.types import MessageId
from tests.mocked_bot import MockedBot