Skip to content

Commit

Permalink
create dummy2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed May 6, 2024
1 parent 4f3e086 commit 98c6671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storey/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def dummy():
result *= 3
return result


def dummy2():
result = 2 + 2
result *= 5
return result
return result

0 comments on commit 98c6671

Please sign in to comment.