Skip to content

Commit e945af9

Browse files
crusaderkyCopilot
andauthored
Update array_api_compat/numpy/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1c53eeb commit e945af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
__import__(__package__ + ".fft")
2525

26-
from .linalg import matrix_transpose, vecdot # type: ignore[no-redef] # noqa: F401
26+
from .linalg import matrix_transpose, vecdot # type: ignore[no-redef] # noqa: F401
2727

2828
__array_api_version__: Final = "2024.12"

0 commit comments

Comments
 (0)