Skip to content

Commit

Permalink
fix pythontest
Browse files Browse the repository at this point in the history
  • Loading branch information
sezruby committed Jul 23, 2023
1 parent 01ac81b commit 7f68fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/delta/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def merge(
def vacuum(
self,
retentionHours: Optional[float] = None,
subDirs: Optional[list[str]] = None) -> DataFrame:
subDirs: Optional[List[str]] = None) -> DataFrame:
"""
Recursively delete files and directories in the table that are not needed by the table for
maintaining older versions up to the given retention threshold. This method will return an
Expand Down

0 comments on commit 7f68fcd

Please sign in to comment.