Skip to content

Commit 30506fa

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1ee0f93 commit 30506fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/bigframes/bigquery/_operations/mathematical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def hparam_range(min: float, max: float) -> bigframes.core.col.Expression:
8989

9090

9191
def hparam_candidates(
92-
candidates: list[float | int | str],
92+
candidates: list[float | str],
9393
) -> bigframes.core.col.Expression:
9494
"""
9595
Specifies the set of discrete values for the hyperparameter.

0 commit comments

Comments
 (0)