Skip to content

Commit

Permalink
Update execution_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Oct 17, 2023
1 parent 05afc2b commit a9d1be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pytests/execution_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ async def test_iter_rows(source_int64) -> None:

@kd.udf("add_one<N: number>(x: N) -> N")
def add_one(x: pd.Series) -> pd.Series:
"""Use Pandas to one"""
print("In UDF")
"""Use Pandas to add one."""
return x + 1


Expand Down

0 comments on commit a9d1be7

Please sign in to comment.