aboutsummaryrefslogtreecommitdiff
path: root/uploader/route_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/route_utils.py')
-rw-r--r--uploader/route_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader/route_utils.py b/uploader/route_utils.py
index 18eadda..ce718fb 100644
--- a/uploader/route_utils.py
+++ b/uploader/route_utils.py
@@ -6,7 +6,8 @@ from gn_libs.mysqldb import database_connection
from uploader.population.models import (populations_by_species,
population_by_species_and_id)
-def generic_select_population(# pylint: disable=[too-many-arguments]
+def generic_select_population(
+ # pylint: disable=[too-many-arguments, too-many-positional-arguments]
species: dict,
template: str,
population_id: str,