mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog and partial docs
This commit is contained in:
parent
47bd869bbd
commit
262c0e8a6e
6 changed files with 30 additions and 12 deletions
|
|
@ -1,5 +1,13 @@
|
|||
import asyncio
|
||||
from typing import Any, AsyncContextManager, AsyncGenerator, AsyncIterable, Dict, List, Union
|
||||
from typing import (
|
||||
Any,
|
||||
AsyncContextManager,
|
||||
AsyncGenerator,
|
||||
AsyncIterable,
|
||||
Dict,
|
||||
List,
|
||||
Union,
|
||||
)
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import aiohttp_socks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue