From 14f70b34235dbf43d68ad72ea74a2020af890072 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 14 Dec 2021 13:46:40 +0300 Subject: mypy: ignore some imports and errors * Ignore some missing library stubs * Ignore some typing errors * Fix obvious typing errors --- gn3/db/correlations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db/correlations.py') diff --git a/gn3/db/correlations.py b/gn3/db/correlations.py index 268cfdd..338c0f2 100644 --- a/gn3/db/correlations.py +++ b/gn3/db/correlations.py @@ -422,7 +422,7 @@ def fetch_sample_ids( def build_query_sgo_lit_corr( db_type: str, temp_table: str, sample_id_columns: str, - joins: Tuple[str, ...]) -> str: + joins: Tuple[str, ...]) -> Tuple[str, int]: """ Build query for `SGO Literature Correlation` data, when querying the given `temp_table` temporary table. -- cgit v1.2.3