aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-27 11:46:48 -0500
committerFrederick Muriuki Muriithi2024-09-27 11:46:48 -0500
commit8c4b605b2ac78f316ddd1199b413ba0f84241104 (patch)
tree6de6603c697d20f227716591cd1c8fc427a936aa /uploader/phenotypes
parente650648090ff5410f15f0076b7716e9360c27a13 (diff)
downloadgn-uploader-8c4b605b2ac78f316ddd1199b413ba0f84241104.tar.gz
Remove unused placeholders for now.HEADmain
Diffstat (limited to 'uploader/phenotypes')
-rw-r--r--uploader/phenotypes/models.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/uploader/phenotypes/models.py b/uploader/phenotypes/models.py
index d99aa36..4ba0d08 100644
--- a/uploader/phenotypes/models.py
+++ b/uploader/phenotypes/models.py
@@ -91,13 +91,3 @@ def phenotypes_data(conn: mdb.Connection,
cursor.execute(_query, (population_id, dataset_id))
debug_query(cursor)
return tuple(dict(row) for row in cursor.fetchall())
-
-
-def phenotypes_se(conn: mdb.Connection, dataset_id: int) -> tuple[dict, ...]:
- """Fetch the standard errors for the phenotypes."""
- return tuple()
-
-
-def phenotypes_sample_counts(conn: mdb.Connection, dataset_id: int) -> tuple[dict, ...]:
- """Fetch the standard errors for the phenotypes."""
- return tuple()