Skip to content

Commit

Permalink
Merge pull request #9 from tomerm-iguazio/fake6
Browse files Browse the repository at this point in the history
dummy2
  • Loading branch information
tomerm-iguazio authored May 6, 2024
2 parents 8e8b9fe + 98c6671 commit 33d5bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storey/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ def dummy():
result = 1 + 1
result *= 3
return result


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

0 comments on commit 33d5bb5

Please sign in to comment.