Reformat code

This commit is contained in:
Alex Root Junior 2019-12-09 21:22:55 +02:00
parent 90e8c108ef
commit 2d6fc85dc0

View file

@ -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