Skip to content

Commit b360ae8

Browse files
sumedhsakdeoclaude
andcommitted
fix: remove unused imports in test_bounded_concurrent_batches
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48b332a commit b360ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/io/test_bounded_concurrent_batches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def batch_fn(t: FileScanTask) -> Iterator[pa.RecordBatch]:
206206
def test_concurrent_with_limit_via_arrowscan(tmpdir: str) -> None:
207207
"""Test concurrent_files with limit through ArrowScan integration."""
208208
from pyiceberg.expressions import AlwaysTrue
209-
from pyiceberg.io.pyarrow import ArrowScan, PyArrowFileIO, schema_to_pyarrow, write_file
209+
from pyiceberg.io.pyarrow import ArrowScan, PyArrowFileIO
210210
from pyiceberg.manifest import DataFileContent, FileFormat
211211
from pyiceberg.partitioning import PartitionSpec
212212
from pyiceberg.schema import Schema

0 commit comments

Comments
 (0)