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,