From fe51f4cbbc364d222b5c6efabc9e8c29191b8ec6 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+syun64@users.noreply.github.com> Date: Fri, 8 Mar 2024 03:37:21 +0000 Subject: [PATCH] lint --- tests/integration/test_add_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_add_files.py b/tests/integration/test_add_files.py index 2aa33342cd..5538004582 100644 --- a/tests/integration/test_add_files.py +++ b/tests/integration/test_add_files.py @@ -28,7 +28,7 @@ from pyiceberg.exceptions import NoSuchTableError from pyiceberg.partitioning import PartitionField, PartitionSpec from pyiceberg.schema import Schema -from pyiceberg.transforms import IdentityTransform, MonthTransform +from pyiceberg.transforms import IdentityTransform from pyiceberg.types import ( BooleanType, DateType,