Skip to content

Commit

Permalink
fix: Use relative path for ConversationFlow import so that shared cod…
Browse files Browse the repository at this point in the history
…e works in all applications (#963)
  • Loading branch information
gaurarpit authored May 23, 2024
1 parent 5483f92 commit a9ce0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backend/batch/utilities/helpers/env_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dotenv import load_dotenv
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
from azure.keyvault.secrets import SecretClient
from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
from .config.conversation_flow import ConversationFlow

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit a9ce0bd

Please sign in to comment.