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 Sep 25, 2024
1 parent e8b2b4e commit ec3880e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xarray/namedarray/_array_api/_utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from __future__ import annotations

import math
from collections.abc import Iterable, Iterator
from collections.abc import Callable, Iterable, Iterator
from itertools import zip_longest
from types import ModuleType
from typing import Any, TypeGuard, cast, Callable
from typing import Any, TypeGuard, cast

from xarray.namedarray._typing import (
_T,
Default,
_arrayapi,
_Axes,
Expand All @@ -21,7 +22,6 @@
_IndexKeys,
_IndexKeysNoEllipsis,
_Shape,
_T,
duckarray,
)
from xarray.namedarray.core import NamedArray
Expand Down

0 comments on commit ec3880e

Please sign in to comment.