Skip to content

Commit c190b36

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 216cb99 commit c190b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def _parse_datasets(
431431

432432
def _dataset_concat(
433433
datasets: list[T_Dataset],
434-
dim: str | T_DataArray | pd.Index,
434+
dim: str | T_DataArray | pd.Index,
435435
data_vars: str | list[str],
436436
coords: str | list[str],
437437
compat: CompatOptions,

0 commit comments

Comments
 (0)