diff --git a/tests/test_dispatcher/test_filters/test_command.py b/tests/test_dispatcher/test_filters/test_command.py index 9ccabc4c..063bddaa 100644 --- a/tests/test_dispatcher/test_filters/test_command.py +++ b/tests/test_dispatcher/test_filters/test_command.py @@ -5,8 +5,8 @@ from typing import Match import pytest from aiogram.api.methods import GetMe -from aiogram.api.types import User, Message, Chat -from aiogram.dispatcher.filters import CommandObject, Command +from aiogram.api.types import Chat, Message, User +from aiogram.dispatcher.filters import Command, CommandObject from tests.mocked_bot import MockedBot