Skip to content

Commit 3940d3f

Browse files
committed
fix type
1 parent 239c9be commit 3940d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/_internal/type_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def convert_metadata_to_sp_type(
198198
def convert_sf_to_sp_type(
199199
column_type_name: str,
200200
precision: int,
201-
scale: int | None,
201+
scale: Optional[int],
202202
internal_size: int,
203203
max_string_size: int,
204204
) -> DataType:

0 commit comments

Comments
 (0)