From 8c4b605b2ac78f316ddd1199b413ba0f84241104 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Sep 2024 11:46:48 -0500 Subject: Remove unused placeholders for now. --- uploader/phenotypes/models.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'uploader/phenotypes/models.py') 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() -- cgit v1.2.3