generated from FOSS/Bot-Template
style: reformat imports, whitespace and line breaks across project
This commit is contained in:
@@ -3,12 +3,12 @@ from typing import Optional
|
||||
|
||||
import aiohttp
|
||||
|
||||
|
||||
# Пример использования в обработчике
|
||||
# session = await arSession.get_session()
|
||||
# response = await session.get(...)
|
||||
# response = await session.post(...)
|
||||
|
||||
|
||||
# Асинхронная сессия для запросов
|
||||
class AsyncRequestSession:
|
||||
def __init__(self, timeout: int = 30) -> None:
|
||||
|
||||
Reference in New Issue
Block a user