Skip to content

Commit d490485

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 90740e8 commit d490485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ def simple(
911911
npoints_goal: int | None = None,
912912
end_time_goal: datetime | None = None,
913913
duration_goal: timedelta | int | float | None = None,
914-
points_per_ask: int | None = 1
914+
points_per_ask: int | None = 1,
915915
):
916916
"""Run the learner until the goal is reached.
917917

0 commit comments

Comments
 (0)