Skip to content

Commit 5380737

Browse files
committed
make lint
1 parent 60a61df commit 5380737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/io/test_pyarrow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2595,7 +2595,9 @@ def test_inspect_partitions_respects_partition_evolution(catalog: InMemoryCatalo
25952595
)
25962596
spec = PartitionSpec(PartitionField(source_id=1, field_id=1000, transform=IdentityTransform(), name="dt"))
25972597
catalog.create_namespace("default")
2598-
table = catalog.create_table("default.test_inspect_partitions_respects_partition_evolution", schema=schema, partition_spec=spec)
2598+
table = catalog.create_table(
2599+
"default.test_inspect_partitions_respects_partition_evolution", schema=schema, partition_spec=spec
2600+
)
25992601

26002602
old_spec_id = table.spec().spec_id
26012603
old_data = [{"dt": date(2025, 1, 1), "category": "old"}]

0 commit comments

Comments
 (0)