Skip to content

Commit fff7414

Browse files
committed
Fix import
1 parent d6fbca9 commit fff7414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_add_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from pyiceberg.catalog import Catalog
3434
from pyiceberg.exceptions import NoSuchTableError
3535
from pyiceberg.io import FileIO
36-
from pyiceberg.io.pyarrow import UnsupportedPyArrowTypeException, _pyarrow_schema_ensure_large_types
36+
from pyiceberg.io.pyarrow import UnsupportedPyArrowTypeException
3737
from pyiceberg.manifest import DataFile
3838
from pyiceberg.partitioning import UNPARTITIONED_PARTITION_SPEC, PartitionField, PartitionSpec
3939
from pyiceberg.schema import Schema

0 commit comments

Comments
 (0)