mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
1034926286
commit
47bdad4098
35 changed files with 39 additions and 50 deletions
|
|
@ -1,11 +1,11 @@
|
|||
from typing import AsyncContextManager, AsyncGenerator
|
||||
|
||||
from aiogram.client.session import aiohttp
|
||||
import aiohttp_socks
|
||||
import pytest
|
||||
from aresponses import ResponsesMockServer
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.client.session import aiohttp
|
||||
from aiogram.client.session.aiohttp import AiohttpSession
|
||||
from aiogram.methods import Request, TelegramMethod
|
||||
from aiogram.types import InputFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue