Skip to content

Commit

Permalink
Updating Pytype None check for eagle_strategy.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697616293
  • Loading branch information
vizier-team authored and copybara-github committed Nov 18, 2024
1 parent 3a53389 commit 2f46ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizier/_src/algorithms/optimizers/eagle_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def _loop_body(i, args):
)

@property
def suggestion_batch_size(self) -> int:
def suggestion_batch_size(self) -> int | None:
"""The number of suggestions returned at each call of 'suggest'."""
return self.batch_size

Expand Down

0 comments on commit 2f46ad7

Please sign in to comment.