Skip to content

Commit

Permalink
Merge pull request #4 from Snowflake-Labs/sfc-gh-jfreeberg-patch-3
Browse files Browse the repository at this point in the history
Fix type annotation
  • Loading branch information
sfc-gh-jfreeberg authored Mar 20, 2023
2 parents fcb8a66 + 2693fa5 commit 67cf593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from snowflake.snowpark.types import StringType


def run(snowpark_session: Session) -> str:
def run(snowpark_session: Session) -> int:
"""
A sample stored procedure which creates a small DataFrame, prints it to the
console, and returns the number of rows in the table.
Expand Down

0 comments on commit 67cf593

Please sign in to comment.