aboutsummaryrefslogtreecommitdiff
path: root/gn3/db/sample_data.py
diff options
context:
space:
mode:
authorzsloan2023-05-22 17:43:21 +0000
committerzsloan2023-05-22 17:43:21 +0000
commita3842b98615b5196724697fc482d3dea0849dcde (patch)
tree1ee373a7870a2526646e8965f32196d512cce94f /gn3/db/sample_data.py
parent0f8a34d10905df07b731789ee44c56123be39fbc (diff)
downloadgenenetwork3-a3842b98615b5196724697fc482d3dea0849dcde.tar.gz
Fix return typing for get_trait_sample_data
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("""