File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ class BaseRunner(metaclass=abc.ABCMeta):
144144 def __init__ (
145145 self ,
146146 learner ,
147- * ,
148147 goal : GoalTypes = None ,
148+ * ,
149149 loss_goal : float | None = None ,
150150 npoints_goal : int | None = None ,
151151 executor = None ,
@@ -410,8 +410,8 @@ class BlockingRunner(BaseRunner):
410410 def __init__ (
411411 self ,
412412 learner ,
413- * ,
414413 goal : GoalTypes = None ,
414+ * ,
415415 loss_goal : float | None = None ,
416416 npoints_goal : int | None = None ,
417417 executor = None ,
@@ -555,8 +555,8 @@ class AsyncRunner(BaseRunner):
555555 def __init__ (
556556 self ,
557557 learner ,
558- * ,
559558 goal : GoalTypes = None ,
559+ * ,
560560 loss_goal : float | None = None ,
561561 npoints_goal : int | None = None ,
562562 executor = None ,
@@ -770,8 +770,8 @@ async def _saver():
770770
771771def simple (
772772 learner ,
773- * ,
774773 goal : GoalTypes = None ,
774+ * ,
775775 loss_goal : float | None = None ,
776776 npoints_goal : int | None = None ,
777777):
You can’t perform that action at this time.
0 commit comments