SIENTIAPDE-1478
Refactor import statements in worker.py for improved readability and consistency
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
from temporalio import client, workflow
|
||||
from temporalio.runtime import PrometheusConfig, Runtime, TelemetryConfig
|
||||
|
||||
from scouter.worker.prepare_worker import prepare_worker
|
||||
|
||||
with workflow.unsafe.imports_passed_through():
|
||||
import asyncio
|
||||
import os
|
||||
import sys
|
||||
|
||||
from scouter.worker.prepare_worker import prepare_worker
|
||||
|
||||
from prometheus_client import start_http_server
|
||||
from sientia_do.utils.connectors_config import (
|
||||
build_api_config,
|
||||
|
||||
Reference in New Issue
Block a user