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 25, 2024
2 parents 9d0b142 + 3c6e8c5 commit d277ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import numpy as np

# TODO: get rid of this after migrating this class to array API
from xarray.core import dtypes, formatting, formatting_html
from xarray.core import dtypes
from xarray.core.indexing import (
ExplicitlyIndexed,
ImplicitToExplicitIndexingAdapter,
Expand Down

0 comments on commit d277ab1

Please sign in to comment.