mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Callable import fix
Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
This commit is contained in:
parent
3df48bff4c
commit
284821326a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import functools
|
||||
from collections import Callable
|
||||
from typing import TypeVar
|
||||
from typing import Callable, TypeVar
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue