Skip to content

Commit

Permalink
fix: import error in env_helper.py (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Microsoft authored Dec 19, 2024
1 parent 0875b92 commit 76190b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/backend/batch/utilities/helpers/env_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
from azure.keyvault.secrets import SecretClient

from backend.batch.utilities.orchestrator.orchestration_strategy import (
OrchestrationStrategy,
)
from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
from ..orchestrator.orchestration_strategy import OrchestrationStrategy
from ..helpers.config.conversation_flow import ConversationFlow
from ..helpers.config.database_type import DatabaseType

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 76190b3

Please sign in to comment.