mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: code reformat and lint
This commit is contained in:
parent
182a8c314c
commit
5c4f4c58c3
2 changed files with 1 additions and 2 deletions
|
|
@ -101,7 +101,6 @@ class TestBot:
|
|||
|
||||
async def test_download_file_custom_destination(self, aresponses: ResponsesMockServer):
|
||||
async with Bot("42:TEST").context() as bot:
|
||||
|
||||
aresponses.add(
|
||||
aresponses.ANY,
|
||||
aresponses.ANY,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ from aiogram.client.session import aiohttp
|
|||
from aiogram.client.session.aiohttp import AiohttpSession
|
||||
from aiogram.exceptions import TelegramNetworkError
|
||||
from aiogram.methods import TelegramMethod
|
||||
from aiogram.types import InputFile, UNSET_PARSE_MODE
|
||||
from aiogram.types import UNSET_PARSE_MODE, InputFile
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue