Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 6, 2022
1 parent c193414 commit 454c6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fltk/util/task/config/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ class TrainTask:
priority: Optional[int] = None # Allow for sorting/priority.
experiment_type: ExperimentType = field(compare=False, metadata=config(field_name="type"), default=None)

def __init__(self, identity: str,
def __init__(self,
identity: str,
job_parameters: JobClassParameter,
priority: Priority = None,
replication: int = None,
Expand Down

0 comments on commit 454c6c6

Please sign in to comment.