diff --git a/scouter/worker/worker.py b/scouter/worker/worker.py index 2ee4ee6..0b90965 100644 --- a/scouter/worker/worker.py +++ b/scouter/worker/worker.py @@ -9,7 +9,7 @@ with workflow.unsafe.imports_passed_through(): import sys from prometheus_client import start_http_server - from sientia_do.connectors_config import ( + from sientia_do.utils.connectors_config import ( build_api_config, build_mongodb_config, build_postgres_config,