Skip to content

Commit

Permalink
add new create_index kwarg to overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Apr 26, 2024
1 parent 10c0ed5 commit 51eea5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/core/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def concat(
fill_value: object = dtypes.NA,
join: JoinOptions = "outer",
combine_attrs: CombineAttrsOptions = "override",
create_index: bool = True,
) -> T_Dataset: ...


Expand All @@ -57,6 +58,7 @@ def concat(
fill_value: object = dtypes.NA,
join: JoinOptions = "outer",
combine_attrs: CombineAttrsOptions = "override",
create_index: bool = True,
) -> T_DataArray: ...


Expand Down

0 comments on commit 51eea5d

Please sign in to comment.