Skip to content

Commit 8d82d30

Browse files
committed
lint
1 parent 9e60c33 commit 8d82d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ def table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with_null
930930
@pytest.mark.parametrize("format_version", [1, 2])
931931
def table_write_out_of_order_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
932932
import random
933+
933934
identifier = "default.table_write_out_of_order_schema"
934935
shuffled_schema = pa.schema(random.shuffle(arrow_table_with_null.schema))
935936

0 commit comments

Comments
 (0)