Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 20, 2024
1 parent b71e01d commit e2b6e95
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ def basemodel_wf(x: int, y: int) -> (Datum, FlyteTypes):

# Run the workflow locally
if __name__ == "__main__":
result = basemodel_wf(x=10, y=20)
print(result)
basemodel_wf(x=10, y=20)

0 comments on commit e2b6e95

Please sign in to comment.