Skip to content

Commit 39ce795

Browse files
committed
🩹 _lib: import new stuff from typing_extensions
1 parent f1e50e0 commit 39ce795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scipy-stubs/_lib/_ccallback_c.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections.abc import Callable
2-
from types import CapsuleType
3-
from typing import Any, Final, ReadOnly, SupportsFloat, TypeIs, TypedDict, type_check_only
2+
from typing import Any, Final, SupportsFloat, TypedDict, type_check_only
3+
from typing_extensions import CapsuleType, ReadOnly, TypeIs
44

55
@type_check_only
66
class _CApiDict(TypedDict):

0 commit comments

Comments
 (0)