Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed init file imports
  • Loading branch information
AzeezIsh committed Apr 23, 2024
commit bc9c1e71b563414bdffafdbd17dff2760b001eb6
2 changes: 1 addition & 1 deletion arrayfire/array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__ = ["__array_api_version__"]

from ._constants import Device, e, inf, nan, pi, newaxis
from ._constants import Device, e, inf, nan, newaxis, pi

__all__ += ["Device", "e", "inf", "nan", "pi", "newaxis"]

Expand Down