From 2d6fc85dc0b33436e9ccf1b0579155e82a871626 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 9 Dec 2019 21:22:55 +0200 Subject: [PATCH] Reformat code --- tests/test_dispatcher/test_filters/test_command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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