Skip to content

Commit d53e3cd

Browse files
committed
style: run pre-commit ruff-format
1 parent 935f84e commit d53e3cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/anoph/test_h12.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,7 @@ def test_h12_gwss_multi_with_analysis(fixture, api: AnophelesH12Analysis):
331331

332332

333333
@parametrize_with_cases("fixture,api", cases=".")
334-
def test_h12_gwss_multi_with_sample_query_options(
335-
fixture, api: AnophelesH12Analysis
336-
):
334+
def test_h12_gwss_multi_with_sample_query_options(fixture, api: AnophelesH12Analysis):
337335
"""Verify sample_query_options, chunks, and inline_array are
338336
forwarded through multi-cohort H12 plotting functions."""
339337
all_sample_sets = api.sample_sets()["sample_set"].to_list()

0 commit comments

Comments
 (0)