From ecfab2a89793953677790c268b86dd3111db50c1 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Tue, 2 Dec 2025 10:50:42 +0100 Subject: [PATCH] correct sfcf ruff errors --- corrlib/input/sfcf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corrlib/input/sfcf.py b/corrlib/input/sfcf.py index c8a5d46..79532e9 100644 --- a/corrlib/input/sfcf.py +++ b/corrlib/input/sfcf.py @@ -194,7 +194,7 @@ def _map_params(params: dict, spec_list: list) -> dict[str, Any]: The parameters extracted from the parameter (input) file. in the dict form given by read_param. spec_list: list The list of specifications that belongs to the dorrelator in question. - + Return ------ new_specs: dict