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 Jul 15, 2022
1 parent 216cb99 commit c190b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def _parse_datasets(

def _dataset_concat(
datasets: list[T_Dataset],
dim: str | T_DataArray | pd.Index,
dim: str | T_DataArray | pd.Index,
data_vars: str | list[str],
coords: str | list[str],
compat: CompatOptions,
Expand Down

0 comments on commit c190b36

Please sign in to comment.