From 10256824e545d8e4115286389ef38f2d2c9735e1 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 7 Jul 2022 23:13:14 +0300 Subject: mypy pylint fixes --- gn3/computations/rust_correlation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn3/computations') diff --git a/gn3/computations/rust_correlation.py b/gn3/computations/rust_correlation.py index 0cd3ee2..0b37144 100644 --- a/gn3/computations/rust_correlation.py +++ b/gn3/computations/rust_correlation.py @@ -31,7 +31,8 @@ def generate_input_files(dataset: list[str], return (tmp_dir, tmp_file) -def generate_json_file(tmp_dir, tmp_file, method, delimiter, x_vals) -> str: +def generate_json_file(tmp_dir, tmp_file, + method, delimiter, x_vals) -> tuple[str, str]: """generating json input file required by cargo""" tmp_json_file = os.path.join(tmp_dir, f"{random_string(10)}.json") -- cgit v1.2.3