diff --git a/src/daemon.py b/src/daemon.py index ae8a1b8..c8f2ebf 100644 --- a/src/daemon.py +++ b/src/daemon.py @@ -12,6 +12,7 @@ from src.monitoring_tests.solver_competition_surplus_test import ( SolverCompetitionSurplusTest, ) + from src.monitoring_tests.reference_solver_surplus_test import ( ReferenceSolverSurplusTest, )