From 5d2aebb8c1e3af7751a7b23d3467c63006395c58 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 13 Jan 2025 17:28:16 +0300 Subject: mypy fixes. --- gn3/computations/rqtl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/computations/rqtl.py') diff --git a/gn3/computations/rqtl.py b/gn3/computations/rqtl.py index 78c3a8a..c8a828d 100644 --- a/gn3/computations/rqtl.py +++ b/gn3/computations/rqtl.py @@ -133,7 +133,7 @@ def pairscan_for_figure(file_name: str) -> Dict: ) as the_file: chr_list = [] # type: List pos_list = [] # type: List - markers = [] + markers = [] # type: List for i, line in enumerate(the_file): if i == 0: # Skip first line continue -- cgit 1.4.1