Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Sep 16, 2024
1 parent ebcb213 commit 5357951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/_internal/analyzer/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def __init__(self, plan: "SnowflakePlan") -> None:
def dependent_column_names(self) -> Optional[AbstractSet[str]]:
return COLUMN_DEPENDENCY_DOLLAR

def dependent_column_names_with_duplication(self) -> list[str]:
def dependent_column_names_with_duplication(self) -> List[str]:
return list(COLUMN_DEPENDENCY_DOLLAR)

@property
Expand Down

0 comments on commit 5357951

Please sign in to comment.