Skip to content

Commit 084df37

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 d34dd11 commit 084df37

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
@@ -2476,7 +2476,7 @@ def sort_values(
24762476
*,
24772477
inplace: Literal[False] = ...,
24782478
ascending: bool | typing.Sequence[bool] = ...,
2479-
kind: str | None = None,
2479+
kind: str | None = ...,
24802480
na_position: typing.Literal["first", "last"] = ...,
24812481
) -> DataFrame: ...
24822482

0 commit comments

Comments
 (0)