Skip to content

Commit

Permalink
Merge branch 'add_array_api_mean' of https://github.com/Illviljan/xarray
Browse files Browse the repository at this point in the history
 into add_array_api_mean
  • Loading branch information
Illviljan committed Aug 22, 2024
2 parents bdfde26 + 7bc74c5 commit 701bea4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xarray/namedarray/_array_api/_linear_algebra_functions.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Sequence

from collections.abc import Sequence

from xarray.namedarray._array_api._utils import _get_data_namespace, _infer_dims

from xarray.namedarray.core import NamedArray


Expand Down

0 comments on commit 701bea4

Please sign in to comment.