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 5cb5d85 + 14642af commit 8e8b9fe
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 @@ -110,3 +110,9 @@ async def _do(self, event):
df.set_index(self._index, inplace=True)
event.body = df
return await self._do_downstream(event)


def dummy():
result = 1 + 1
result *= 3
return result

0 comments on commit 8e8b9fe

Please sign in to comment.