From ecdc6dbd73cd7aeb83eeb866378ef42cd8979131 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 17 Dec 2025 12:44:52 -0600 Subject: Fix linting problems. --- uploader/phenotypes/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/phenotypes/models.py') diff --git a/uploader/phenotypes/models.py b/uploader/phenotypes/models.py index af06376..e962e62 100644 --- a/uploader/phenotypes/models.py +++ b/uploader/phenotypes/models.py @@ -248,7 +248,7 @@ def phenotypes_data(conn: mdb.Connection, return tuple(dict(row) for row in cursor.fetchall()) -def phenotypes_vector_data( +def phenotypes_vector_data(# pylint: disable=[too-many-arguments, too-many-positional-arguments] conn: mdb.Connection, species_id: int, population_id: int, -- cgit 1.4.1