Skip to content

Commit 7e754d5

Browse files
committed
fix lint
1 parent 230d088 commit 7e754d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pyarrow_to_schema,
4949
)
5050
from pyiceberg.schema import Schema
51-
from pyiceberg.table import Table, update_table_metadata
51+
from pyiceberg.table import Table
5252
from pyiceberg.types import (
5353
BinaryType,
5454
BooleanType,
@@ -59,7 +59,6 @@
5959
TimestampType,
6060
)
6161
from pyiceberg.utils.concurrent import ExecutorFactory
62-
from pyiceberg.table.update import SetPropertiesUpdate, RemovePropertiesUpdate
6362

6463
DEFAULT_PROPERTIES = {"write.parquet.compression-codec": "zstd"}
6564

0 commit comments

Comments
 (0)