Skip to content

Commit 301f5f2

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Update type import condition
1 parent dfa7479 commit 301f5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transfunctions/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
else:
1313
from typing import TypeAlias
1414

15-
if sys.version_info <= (3, 9):
15+
if sys.version_info <= (3, 10):
1616
from typing import Callable, Coroutine, Generator # pragma: no cover
1717
else:
1818
from collections.abc import Callable, Coroutine, Generator

0 commit comments

Comments
 (0)