Skip to content

Commit fd24c56

Browse files
committed
lint
1 parent 397e31e commit fd24c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ def table_write_subset_of_schema(session_catalog: Catalog, arrow_table_with_null
978978
@pytest.mark.parametrize("format_version", [1, 2])
979979
def table_write_out_of_order_schema(session_catalog: Catalog, arrow_table_with_null: pa.Table, format_version: int) -> None:
980980
import random
981+
981982
identifier = "default.table_write_out_of_order_schema"
982983
shuffled_schema = pa.schema(random.shuffle(arrow_table_with_null.schema))
983984

0 commit comments

Comments
 (0)