about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-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()