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 Oct 13, 2023
1 parent a0bf4b1 commit 16ce413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions xarray/namedarray/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@
_ScalarType,
_ScalarType_co,
_Shape,
_ShapeType,
_ShapeType_co,
_sparsearrayfunction_or_api,
_SupportsImag,
_SupportsReal,
duckarray,
astype,
duckarray,
is_chunked_duck_array,
is_duck_dask_array,
to_0d_object_array,
Expand Down
3 changes: 1 addition & 2 deletions xarray/namedarray/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
SupportsIndex,
TypeVar,
Union,
overload,
runtime_checkable,
)

Expand All @@ -32,7 +31,7 @@

from dask.array.core import Array as DaskArray
from dask.typing import DaskCollection
from numpy.typing import DTypeLike, NDArray
from numpy.typing import NDArray

# try:
# from dask.array.core import Array as DaskArray
Expand Down

0 comments on commit 16ce413

Please sign in to comment.