Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

252 create execution phase dialogs #53

Merged
merged 13 commits into from
Jul 28, 2022
Prev Previous commit
Next Next commit
remove unused imports
  • Loading branch information
wbaccinelli committed Jul 18, 2022
commit cec0aa6b7f7212d0783fdb8615e2b02ee73fae2c
2 changes: 1 addition & 1 deletion scheduler/celery_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import utils

from celery import Celery
from datetime import datetime, timedelta
from datetime import datetime
from dateutil import tz
from virtual_coach_db.dbschema.models import UserPreferences, UserInterventionState
from virtual_coach_db.helper.definitions import Phases
Expand Down
3 changes: 1 addition & 2 deletions scheduler/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from virtual_coach_db.dbschema.models import (Users, UserInterventionState, UserPreferences,
InterventionPhases, InterventionComponents)
from virtual_coach_db.helper.definitions import (PreparationInterventionComponents,
PreparationInterventionComponentsTriggers,
Phases)
PreparationInterventionComponentsTriggers)
from virtual_coach_db.helper.helper_functions import get_db_session


Expand Down