From 9afa06ec74ad07581c91445eeeae86dc30023084 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 21 Jun 2022 11:32:29 +0300 Subject: Replace lint code with human-readable text * gn3/db/correlations.py (__fetch_data__): Use a more readable code as opposed to an error code. --- gn3/db/correlations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn3/db/correlations.py b/gn3/db/correlations.py index 12d3069..a8a72bc 100644 --- a/gn3/db/correlations.py +++ b/gn3/db/correlations.py @@ -529,7 +529,7 @@ def __build_query__( f"ORDER BY {db_type}.Id"), 1) -# pylint: disable=[R0913] +# pylint: disable=too-many-arguments def __fetch_data__( conn, sample_ids: tuple, db_name: str, db_type: str, method: str, temp_table: Optional[str]) -> Tuple[Tuple[Any], int]: -- cgit v1.2.3