about summary refs log tree commit diff
path: root/uploader/phenotypes/models.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-02-18 10:34:55 -0600
committerFrederick Muriuki Muriithi2026-02-18 10:34:55 -0600
commit9b6f862497749b387d6fd99771ec14775fe97b00 (patch)
treec0f2f3006bc012cc8d11d06f75ed19e9b7a8d938 /uploader/phenotypes/models.py
parent5b34f2b7a91842308c5dca0b767c632e6e31092b (diff)
downloadgn-uploader-9b6f862497749b387d6fd99771ec14775fe97b00.tar.gz
Lint: Disable some checks for specific functions.
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 06c417f..3946a0f 100644
--- a/uploader/phenotypes/models.py
+++ b/uploader/phenotypes/models.py
@@ -87,7 +87,7 @@ def phenotype_publication_data(conn, phenotype_id) -> Optional[dict]:
         return dict(res)
 
 
-def dataset_phenotypes(
+def dataset_phenotypes(# pylint: disable=[too-many-arguments, too-many-positional-arguments]
         conn: Connection,
         population_id: int,
         dataset_id: int,