about summary refs log tree commit diff
path: root/uploader/phenotypes/models.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-17 12:44:52 -0600
committerFrederick Muriuki Muriithi2025-12-17 12:44:52 -0600
commitecdc6dbd73cd7aeb83eeb866378ef42cd8979131 (patch)
tree484525345cd4ba11460aaac0ac43e4e99515d127 /uploader/phenotypes/models.py
parentfd4fde868727a2779a11c38ef7cda300d4288030 (diff)
downloadgn-uploader-ecdc6dbd73cd7aeb83eeb866378ef42cd8979131.tar.gz
Fix linting problems.
Diffstat (limited to 'uploader/phenotypes/models.py')
-rw-r--r--uploader/phenotypes/models.py2
1 files changed, 1 insertions, 1 deletions
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,