about summary refs log tree commit diff
path: root/gn_auth/auth/authorisation/data/mrna.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/auth/authorisation/data/mrna.py')
-rw-r--r--gn_auth/auth/authorisation/data/mrna.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/data/mrna.py b/gn_auth/auth/authorisation/data/mrna.py
index 1af0c41..7cced10 100644
--- a/gn_auth/auth/authorisation/data/mrna.py
+++ b/gn_auth/auth/authorisation/data/mrna.py
@@ -57,7 +57,7 @@ def ungrouped_mrna_data(# pylint: disable=[too-many-arguments, too-many-position
         "ON s.SpeciesId=iset.SpeciesId INNER JOIN ProbeFreeze AS pf "
         "ON iset.InbredSetId=pf.InbredSetId INNER JOIN ProbeSetFreeze AS psf "
         "ON pf.ProbeFreezeId=psf.ProbeFreezeId ")
-    params = tuple()
+    params: tuple[str, ...] = tuple()
     if bool(search_query):
         query = query + (
             "WHERE CONCAT(pf.Name, psf.Name, ' ', psf.FullName, ' ', "