From 61688c00e8734adee4d825571a9c43d926dca001 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Sep 2024 14:55:48 -0500 Subject: Initialise the populations package and update references. --- uploader/expression_data/samples.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'uploader/expression_data/samples.py') diff --git a/uploader/expression_data/samples.py b/uploader/expression_data/samples.py index 0715d14..d430aa9 100644 --- a/uploader/expression_data/samples.py +++ b/uploader/expression_data/samples.py @@ -28,13 +28,10 @@ from uploader.db_utils import ( with_db_connection, database_connection, with_redis_connection) -from uploader.db import ( - species_by_id, - save_population, - population_by_id, - populations_by_species, - species as fetch_species) from uploader.species.models import species_by_id, all_species as fetch_species +from uploader.population.models import(save_population, + population_by_id, + populations_by_species) samples = Blueprint("samples", __name__) -- cgit v1.2.3