diff --git a/api/chalicelib/core/alerts/alerts_processor_ch.py b/api/chalicelib/core/alerts/alerts_processor_ch.py index 316c0f166..c8ea00c2c 100644 --- a/api/chalicelib/core/alerts/alerts_processor_ch.py +++ b/api/chalicelib/core/alerts/alerts_processor_ch.py @@ -3,10 +3,10 @@ import logging from pydantic_core._pydantic_core import ValidationError import schemas -from chalicelib.core.alerts import alerts, alerts_listener -from chalicelib.core.alerts.modules import sessions, alert_helpers from chalicelib.utils import pg_client, ch_client, exp_ch_helper from chalicelib.utils.TimeUTC import TimeUTC +from . import alerts, alerts_listener +from .modules import sessions, alert_helpers logger = logging.getLogger(__name__)