mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
Cleanup
This commit is contained in:
parent
b61cc04e9a
commit
d37a7f0a0d
3 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import copy
|
||||
from typing import Any, Callable, Dict, Optional, TypeVar, cast
|
||||
from typing import Callable, Optional, TypeVar, cast
|
||||
|
||||
from aiohttp import ClientSession, FormData
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import copy
|
||||
from itertools import chain
|
||||
from typing import (
|
||||
TYPE_CHECKING,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import copy
|
||||
from typing import AsyncContextManager
|
||||
|
||||
import aiohttp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue