Skip to content

Commit b94b2a0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/bundle/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def __init__(
280280
super().__init__(workflow_type=workflow_type, workflow=workflow, properties_path=properties_path, meta_file=meta_file, logging_file=logging_file)
281281
self._props = {}
282282
self._set_props = {}
283-
283+
284284
self.parser = ConfigParser()
285285
self.parser.read_config(f=config_file)
286286
if self.meta_file is not None:

0 commit comments

Comments
 (0)