Skip to content

Commit 5e867ad

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 10ff8c8 commit 5e867ad

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
@@ -2487,7 +2487,7 @@ def sort_values(
24872487
*,
24882488
inplace: Literal[True] = ...,
24892489
ascending: bool | typing.Sequence[bool] = ...,
2490-
kind: str | None = None,
2490+
kind: str | None = ...,
24912491
na_position: typing.Literal["first", "last"] = ...,
24922492
) -> None: ...
24932493

0 commit comments

Comments
 (0)