We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_lib
typing_extensions
1 parent f1e50e0 commit 39ce795Copy full SHA for 39ce795
‎scipy-stubs/_lib/_ccallback_c.pyi‎
@@ -1,6 +1,6 @@
1
from collections.abc import Callable
2
-from types import CapsuleType
3
-from typing import Any, Final, ReadOnly, SupportsFloat, TypeIs, TypedDict, type_check_only
+from typing import Any, Final, SupportsFloat, TypedDict, type_check_only
+from typing_extensions import CapsuleType, ReadOnly, TypeIs
4
5
@type_check_only
6
class _CApiDict(TypedDict):
0 commit comments