Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 25, 2024
1 parent c78031a commit b797472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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 @@ -307,7 +307,7 @@
"where",
]

from ._set_functions import (
from xarray.namedarray._array_api._set_functions import (
unique_all,
unique_counts,
unique_inverse,
Expand Down
9 changes: 1 addition & 8 deletions xarray/namedarray/_array_api/_set_functions.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
from __future__ import annotations

from typing import TYPE_CHECKING, NamedTuple, Literal
from typing import NamedTuple

from xarray.namedarray._array_api._utils import (
_dims_to_axis,
_get_data_namespace,
_get_remaining_dims,
_infer_dims,
)
from xarray.namedarray._typing import (
Default,
_default,
_Dims,
)
from xarray.namedarray.core import NamedArray


Expand Down

0 comments on commit b797472

Please sign in to comment.