Skip to content

Commit ba1189c

Browse files
Update packages/bigframes/bigframes/dataframe.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ef496f9 commit ba1189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigframes/bigframes/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,7 @@ def sort_index(
24282428
*,
24292429
ascending: bool = ...,
24302430
inplace: Literal[True] = ...,
2431-
kind: str = ...,
2431+
kind: str | None = ...,
24322432
na_position: Literal["first", "last"] = ...,
24332433
) -> None: ...
24342434

0 commit comments

Comments
 (0)