From 81b91ea4922f88231a5119a8557a4807f18622b3 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Fri, 11 Oct 2024 16:05:36 +0200 Subject: [PATCH] fix faulty annotation --- tests/analysis/test_analysis_nanopore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/analysis/test_analysis_nanopore.py b/tests/analysis/test_analysis_nanopore.py index bd4499ca..e06059cc 100644 --- a/tests/analysis/test_analysis_nanopore.py +++ b/tests/analysis/test_analysis_nanopore.py @@ -15,7 +15,7 @@ ) -def build_run_properties() -> dict: +def build_run_properties() -> list[dict]: """In order to parametrize the test in a comprehensive way, the parametrization is tabulated as a string here. """