We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca52be5 commit d3bd228Copy full SHA for d3bd228
tests/table/test_deletes.py tests/table/test_delete.pytests/table/test_deletes.py renamed to tests/table/test_delete.py
@@ -23,7 +23,7 @@
23
from pyiceberg.catalog.memory import InMemoryCatalog
24
from pyiceberg.exceptions import NoSuchTableError
25
from pyiceberg.expressions import LessThanOrEqual
26
-from pyiceberg.manifest import ManifestContent, ManifestEntryStatus
+from pyiceberg.manifest import ManifestEntryStatus
27
28
29
@pytest.fixture
0 commit comments