aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
Diffstat (limited to 'gn3')
-rw-r--r--gn3/db/datasets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/datasets.py b/gn3/db/datasets.py
index 4372818..929707e 100644
--- a/gn3/db/datasets.py
+++ b/gn3/db/datasets.py
@@ -34,7 +34,7 @@ def retrieve_sample_list(group: str):
return samplelist
def retrieve_group_name(
- group_id: int, connection: any):
+ group_id: int, connection: Any):
"""
Given the group id (InbredSet.Id in the database), retrieve its name
"""