Skip to content

Commit 10ff8c8

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 2945344 commit 10ff8c8

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
@@ -2418,7 +2418,7 @@ def sort_index(
24182418
*,
24192419
ascending: bool = ...,
24202420
inplace: Literal[False] = ...,
2421-
kind: str = ...,
2421+
kind: str | None = ...,
24222422
na_position: Literal["first", "last"] = ...,
24232423
) -> DataFrame: ...
24242424

0 commit comments

Comments
 (0)