diff options
| author | Frederick Muriuki Muriithi | 2025-12-17 12:44:52 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-17 12:44:52 -0600 |
| commit | ecdc6dbd73cd7aeb83eeb866378ef42cd8979131 (patch) | |
| tree | 484525345cd4ba11460aaac0ac43e4e99515d127 /uploader/phenotypes/models.py | |
| parent | fd4fde868727a2779a11c38ef7cda300d4288030 (diff) | |
| download | gn-uploader-ecdc6dbd73cd7aeb83eeb866378ef42cd8979131.tar.gz | |
Fix linting problems.
Diffstat (limited to 'uploader/phenotypes/models.py')
| -rw-r--r-- | uploader/phenotypes/models.py | 2 |
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, |
