Skip to content

Commit ef41603

Browse files
committed
fix format
Signed-off-by: YunLiu <[email protected]>
1 parent 9c3155f commit ef41603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

monai/bundle/workflows.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,7 @@ def __init__(
290290
):
291291
meta_file = str(Path(os.getcwd()) / "metadata.json") if meta_file is None else meta_file
292292
super().__init__(
293-
workflow_type=workflow_type,
294-
properties_path=properties_path,
295-
meta_file=meta_file,
296-
logging_file=logging_file,
293+
workflow_type=workflow_type, properties_path=properties_path, meta_file=meta_file, logging_file=logging_file
297294
)
298295
self._props_vals: dict = {}
299296
self._set_props_vals: dict = {}

0 commit comments

Comments
 (0)