Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Description

Testing
  • Loading branch information
sfc-gh-zhan committed Sep 17, 2024
1 parent 46e586e commit b3e875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def isatty(self) -> None:

@classmethod
@private_preview(version="1.22.1")
def open_new_result(cls, mode: str = "w") -> _SnowflakeFile:
def open_new_result(cls, mode: str = "w") -> SnowflakeFile:
"""
Returns a :class:`~snowflake.snowpark.file.SnowflakeFile`.
In UDF and Stored Procedures, the object works like a Python IOBase object and as a wrapper for an IO stream of remote files. The IO Stream is to support the file operations defined in this class.
Expand Down

0 comments on commit b3e875a

Please sign in to comment.