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.
=
1 parent 4278dfb commit 4f6ef6dCopy full SHA for 4f6ef6d
array_api_compat/common/_helpers.py
@@ -40,7 +40,7 @@
40
# TODO: import from typing (requires Python >=3.13)
41
from typing_extensions import TypeIs, TypeVar
42
43
- _SizeT = TypeVar("_SizeT", bound=int | None)
+ _SizeT = TypeVar("_SizeT", bound = int | None)
44
45
_ZeroGradientArray: TypeAlias = npt.NDArray[np.void]
46
_CupyArray: TypeAlias = Any # cupy has no py.typed
0 commit comments