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 1c53eeb commit e945af9Copy full SHA for e945af9
array_api_compat/numpy/__init__.py
@@ -23,6 +23,6 @@
23
24
__import__(__package__ + ".fft")
25
26
-from .linalg import matrix_transpose, vecdot # type: ignore[no-redef] # noqa: F401
+from .linalg import matrix_transpose, vecdot # type: ignore[no-redef] # noqa: F401
27
28
__array_api_version__: Final = "2024.12"
0 commit comments