Skip to content

Commit c60d5ad

Browse files
committed
fix: remove repeated docstring in _RewriteFiles and rely on documentation inheritance from method overriding
1 parent 8f1f9b9 commit c60d5ad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyiceberg/table/update/snapshot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,11 +720,9 @@ def _get_entries(manifest: ManifestFile) -> list[ManifestEntry]:
720720
return []
721721

722722
def _deleted_entries(self) -> list[ManifestEntry]:
723-
"""Check if we need to mark the files as deleted."""
724723
return self._cached_deleted_entries
725724

726725
def _existing_manifests(self) -> list[ManifestFile]:
727-
"""To determine if there are any existing manifests."""
728726
return self._get_existing_manifests()
729727

730728

0 commit comments

Comments
 (0)