Skip to content

Commit

Permalink
fix: minor yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Dec 3, 2024
1 parent 6ff2010 commit 55bacbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithmic_efficiency/halton.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def loguniform(name: str, range_endpoints: Tuple[int, int]) -> _GeneratorFn:

def uniform(
name: str, search_points: Union[_DiscretePoints,
Tuple[int, int]]) -> _GeneratorFn:
Tuple[int, int]]) -> _GeneratorFn:
if isinstance(search_points, _DiscretePoints):
return functools.partial(_generate_discrete_point,
name,
Expand Down

0 comments on commit 55bacbd

Please sign in to comment.