mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Reformat code
This commit is contained in:
parent
90e8c108ef
commit
2d6fc85dc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue