Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed May 6, 2024
2 parents 2ad3337 + 33d5bb5 commit 4ee7aec
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 4ee7aec

Please sign in to comment.