Skip to content

Commit

Permalink
add type param
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Dec 2, 2023
1 parent 8bea4ba commit bbfe4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class DeltaTable:

def __init__(
self,
table_uri: Union[str, Path, os.PathLike],
table_uri: Union[str, Path, os.PathLike[str]],
version: Optional[int] = None,
storage_options: Optional[Dict[str, str]] = None,
without_files: bool = False,
Expand Down

0 comments on commit bbfe4cd

Please sign in to comment.