Skip to content

Commit

Permalink
Update table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop authored and ion-elgreco committed Jun 4, 2024
1 parent 899b3a2 commit f248403
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 @@ -711,7 +711,7 @@ def schema(self) -> DeltaSchema:
"""
return self._table.schema

def files_by_partitions(self, partition_filters:Option[FilterType]) -> List[str]:
def files_by_partitions(self, partition_filters:Optional[FilterType]) -> List[str]:
"""
Get the files for each partition
Expand Down

0 comments on commit f248403

Please sign in to comment.