From bb3f696994b16cf3dee71557bf8a82abcee493cf Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 15 Jan 2025 13:38:43 -0600 Subject: [PATCH] ruff --- logpyle/runalyzer_gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logpyle/runalyzer_gather.py b/logpyle/runalyzer_gather.py index 736d9c3..6774a32 100644 --- a/logpyle/runalyzer_gather.py +++ b/logpyle/runalyzer_gather.py @@ -209,7 +209,7 @@ def _normalize_types(x: Any) -> Any: return x -def gather_multi_file(outfile: str, infiles: list[str], fmap: dict[str, str], +def gather_multi_file(outfile: str, infiles: list[str], fmap: dict[str, str], # noqa: C901 qmap: dict[str, str], fg: FeatureGatherer, features: dict[str, Any], dbname_to_run_id: dict[str, int]) -> sqlite3.Connection: