From 0f8a34d10905df07b731789ee44c56123be39fbc Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 22 May 2023 17:41:25 +0000 Subject: Change type from 'any' to 'Any' --- gn3/db/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db') 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 """ -- cgit v1.2.3