Skip to content

Commit 59f555e

Browse files
committed
style: Linter fix for docstring
1 parent b0a770c commit 59f555e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/update/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _calculate_added_rows(self, manifests: list[ManifestFile]) -> int:
166166
return added_rows
167167

168168
def _get_existing_manifests(self) -> list[ManifestFile]:
169-
"""Filters existing manifests and rewrites those containing deleted data files."""
169+
"""Filter existing manifests and rewrite those containing deleted data files."""
170170
existing_files = []
171171
# Use manifest pruning if a predicate is set (primarily for Overwrite)
172172
manifest_evaluators: dict[int, Callable[[ManifestFile], bool]] = KeyDefaultDict(self._build_manifest_evaluator)

0 commit comments

Comments
 (0)