Skip to content

Commit 8875868

Browse files
kevinjqliuCopilot
andauthored
Update tests/table/test_init.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7b09514 commit 8875868

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/table/test_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ def test_update_list_and_map_in_single_schema_change(table_v2: Table) -> None:
686686

687687
def test_update_nested_list_in_struct_required(table_v2: Table) -> None:
688688
"""Test updating nested list element required property inside a struct."""
689-
from pyiceberg.types import DoubleType, StructType
690689

691690
# Add a struct column containing a list
692691
update = UpdateSchema(transaction=table_v2.transaction())

0 commit comments

Comments
 (0)