diff options
author | Frederick Muriuki Muriithi | 2024-09-27 11:46:48 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-27 11:46:48 -0500 |
commit | 8c4b605b2ac78f316ddd1199b413ba0f84241104 (patch) | |
tree | 6de6603c697d20f227716591cd1c8fc427a936aa /uploader | |
parent | e650648090ff5410f15f0076b7716e9360c27a13 (diff) | |
download | gn-uploader-8c4b605b2ac78f316ddd1199b413ba0f84241104.tar.gz |
Remove unused placeholders for now.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/phenotypes/models.py | 10 |
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() |