Skip to content

Commit

Permalink
add info
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Aug 19, 2024
1 parent 5698c96 commit d912de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xarray/namedarray/_array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

# __all__ += ["take"]

from ._info import __array_namespace_info__
from xarray.namedarray._array_api._info import __array_namespace_info__

__all__ += [
"__array_namespace_info__",
Expand Down
3 changes: 1 addition & 2 deletions xarray/namedarray/_array_api/_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from typing import Optional, Union, Tuple, List
from xarray.namedarray._typing import _Device

# from ._array_object import CPU_DEVICE
from ._dtypes import (
from xarray.namedarray._array_api._dtypes import (
bool,
int8,
int16,
Expand Down

0 comments on commit d912de6

Please sign in to comment.