Skip to content

Commit 092ed6c

Browse files
committed
fix linter
1 parent e552828 commit 092ed6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/table/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_partition_summaries_included_not_set_when_no_change() -> None:
277277

278278

279279
@pytest.mark.integration
280-
def test_partition_summaries_included_not_set_when_unpartitioned_files(table_schema_simple) -> None:
280+
def test_partition_summaries_included_not_set_when_unpartitioned_files(table_schema_simple: Schema) -> None:
281281
ssc = SnapshotSummaryCollector()
282282
data_file = DataFile.from_args(content=DataFileContent.DATA, record_count=100, file_size_in_bytes=1234, partition=Record())
283283
ssc.add_file(data_file, schema=table_schema_simple)

0 commit comments

Comments
 (0)