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 5483f92 commit a9ce0bdCopy full SHA for a9ce0bd
code/backend/batch/utilities/helpers/env_helper.py
@@ -4,7 +4,7 @@
4
from dotenv import load_dotenv
5
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
6
from azure.keyvault.secrets import SecretClient
7
-from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
+from .config.conversation_flow import ConversationFlow
8
9
logger = logging.getLogger(__name__)
10
0 commit comments