Skip to content

Commit f0ee5cb

Browse files
author
Sreesh Maheshwar
committed
Remove TODO
1 parent 6cb3539 commit f0ee5cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyiceberg/table/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,6 @@ def _build_residual_evaluator(self, spec_id: int) -> Callable[[DataFile], Residu
22422242
)
22432243
)
22442244

2245-
# TODO: Document that this method was was made static
22462245
@staticmethod
22472246
def _check_sequence_number(min_sequence_number: int, manifest: ManifestFile) -> bool:
22482247
"""Ensure that no manifests are loaded that contain deletes that are older than the data.

0 commit comments

Comments
 (0)