Skip to content

Commit a9ce0bd

Browse files
authored
fix: Use relative path for ConversationFlow import so that shared code works in all applications (#963)
1 parent 5483f92 commit a9ce0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/backend/batch/utilities/helpers/env_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from dotenv import load_dotenv
55
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
66
from azure.keyvault.secrets import SecretClient
7-
from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
7+
from .config.conversation_flow import ConversationFlow
88

99
logger = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)