diff --git a/app/jobs/scheduled_tasks.py b/app/jobs/scheduled_tasks.py index ee0d8dc8..80b26e66 100644 --- a/app/jobs/scheduled_tasks.py +++ b/app/jobs/scheduled_tasks.py @@ -8,7 +8,7 @@ from integrations.aws import identity_store from modules.aws import identity_center -from modules.incident import notify_stale_incident_channels +from modules.incident.notify_stale_incident_channels import notify_stale_incident_channels logging.basicConfig(level=logging.INFO)