aboutsummaryrefslogtreecommitdiff
path: root/gn3/db/sample_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/db/sample_data.py')
-rw-r--r--gn3/db/sample_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/sample_data.py b/gn3/db/sample_data.py
index 820fe7e..a3a6ded 100644
--- a/gn3/db/sample_data.py
+++ b/gn3/db/sample_data.py
@@ -59,7 +59,7 @@ def __extract_actions(
def get_trait_sample_data(
conn: Any, trait_name: int, phenotype_id: int
-) -> str:
+) -> Dict:
"""Fetch a trait's sample data and return it as a dict"""
with conn.cursor() as cursor:
cursor.execute("""