Skip to content

Commit 79817c8

Browse files
Fixed syntax issue
1 parent 067952c commit 79817c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/training/model_management/src/run_model_framework_selector.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def validate(
1616
model_framework: Input(type="string", optional=False) # noqa: F821
1717
) -> Output(type="boolean", is_control=True): # noqa: F821
1818
"""Entry function of model validation script."""
19-
2019
if model_framework == ModelFramework.MMLAB.value:
2120
result = True
2221
else:

0 commit comments

Comments
 (0)