Skip to content

Commit 26660eb

Browse files
committed
make lint
1 parent de93cea commit 26660eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyiceberg/partitioning.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ def check_compatible(self, schema: Schema, allow_missing_fields: bool = False) -
272272
raise ValidationError(f"Cannot partition by non-primitive source field: {source_field}")
273273
if not field.transform.can_transform(source_type):
274274
raise ValidationError(
275-
f"Invalid source field {source_field.name} with type {source_type} "
276-
+ f"for transform: {field.transform}"
275+
f"Invalid source field {source_field.name} with type {source_type} " + f"for transform: {field.transform}"
277276
)
278277

279278
# The only valid parent types for a PartitionField are StructTypes. This must be checked recursively

0 commit comments

Comments
 (0)