Skip to content

Commit

Permalink
pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose committed Sep 3, 2024
1 parent ac0c866 commit 82c414d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
TEMPORARY_STRING_SET = frozenset(["temporary", "temp"])


def validate_iceberg_config(iceberg_config: Optional[Dict[str, str]]) -> Dict[str, str]:
def validate_iceberg_config(iceberg_config: Optional[dict]) -> Dict[str, str]:
if not iceberg_config:
return dict()

Expand Down

0 comments on commit 82c414d

Please sign in to comment.