Callable import fix

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
This commit is contained in:
darksidecat 2021-08-25 20:20:39 +03:00 committed by GitHub
parent 3df48bff4c
commit 284821326a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
import functools
from collections import Callable
from typing import TypeVar
from typing import Callable, TypeVar
T = TypeVar("T")