From e36186ee44fdcabb0a0c5be3f79f95e950506675 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Wed, 6 Mar 2024 15:59:30 -0800 Subject: [PATCH] make lint --- tests/integration/test_writes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_writes.py b/tests/integration/test_writes.py index 5786ab38c1..3b6d476b74 100644 --- a/tests/integration/test_writes.py +++ b/tests/integration/test_writes.py @@ -356,7 +356,9 @@ def test_data_files(spark: SparkSession, session_catalog: Catalog, arrow_table_w @pytest.mark.integration -def test_python_writes_with_spark_snapshot_reads(spark: SparkSession, session_catalog: Catalog, arrow_table_with_null: pa.Table) -> None: +def test_python_writes_with_spark_snapshot_reads( + spark: SparkSession, session_catalog: Catalog, arrow_table_with_null: pa.Table +) -> None: identifier = "default.python_writes_with_spark_snapshot_reads" tbl = _create_table(session_catalog, identifier, {"format-version": "1"}, [])