Skip to content

Commit faeff4a

Browse files
committed
fix format
Signed-off-by: YunLiu <[email protected]>
1 parent 38dc4f0 commit faeff4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monai/bundle/workflows.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@ def check_properties(self) -> list[str] | None:
396396

397397
def _run_expr(self, id: str, **kwargs: dict) -> list[Any]:
398398
"""
399-
Evaluate the expression or expression list given by `id`. The resolved values from the evaluations are not stored, allowing this to be evaluated repeatedly (eg. in streaming applications) without restarting the hosting process.
399+
Evaluate the expression or expression list given by `id`. The resolved values from the evaluations are not stored,
400+
allowing this to be evaluated repeatedly (eg. in streaming applications) without restarting the hosting process.
400401
"""
401402
ret = []
402403
if id in self.parser:

0 commit comments

Comments
 (0)