From 68b2b25a6316583d310b9521c8d2a3c337868518 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 30 Oct 2023 16:42:02 +0100 Subject: [PATCH] add missing import --- jass/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jass/server.py b/jass/server.py index aaa029cc..27f6094e 100644 --- a/jass/server.py +++ b/jass/server.py @@ -12,7 +12,7 @@ from tables import HDF5ExtError from jass import util from jass.config import config -from jass.models.phenotype import Phenotype, get_available_phenotypes, PhenotypeIdList +from jass.models.phenotype import Phenotype, get_available_phenotypes, PhenotypeIdList, ProjectNameModel from jass.models.inittable import get_inittable_meta from jass.models.project import GlobalProject, load_project as project__load_project from jass.tasks import create_project, run_project_analysis_if_needed, get_queue_status -- GitLab