We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0875b92 commit 76190b3Copy full SHA for 76190b3
code/backend/batch/utilities/helpers/env_helper.py
@@ -6,10 +6,8 @@
6
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
7
from azure.keyvault.secrets import SecretClient
8
9
-from backend.batch.utilities.orchestrator.orchestration_strategy import (
10
- OrchestrationStrategy,
11
-)
12
-from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
+from ..orchestrator.orchestration_strategy import OrchestrationStrategy
+from ..helpers.config.conversation_flow import ConversationFlow
13
from ..helpers.config.database_type import DatabaseType
14
15
logger = logging.getLogger(__name__)
0 commit comments