We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73cdf2 commit be5e769Copy full SHA for be5e769
1 file changed
xarray/core/indexing.py
@@ -138,6 +138,7 @@ def group_indexers_by_index(
138
options: Mapping[str, Any],
139
) -> list[tuple[Index, dict[Any, Any]]]:
140
"""Returns a list of unique indexes and their corresponding indexers."""
141
+ # import here instead of at top to guard against circular imports
142
from xarray.core.indexes import PandasIndex
143
144
unique_indexes = {}
0 commit comments