Skip to content

Commit

Permalink
Fixed syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekMS2024 committed Dec 24, 2024
1 parent 067952c commit 79817c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def validate(
model_framework: Input(type="string", optional=False) # noqa: F821
) -> Output(type="boolean", is_control=True): # noqa: F821
"""Entry function of model validation script."""

if model_framework == ModelFramework.MMLAB.value:
result = True
else:
Expand Down

0 comments on commit 79817c8

Please sign in to comment.