Skip to content

Commit 76190b3

Browse files
fix: import error in env_helper.py (#1571)
1 parent 0875b92 commit 76190b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
77
from azure.keyvault.secrets import SecretClient
88

9-
from backend.batch.utilities.orchestrator.orchestration_strategy import (
10-
OrchestrationStrategy,
11-
)
12-
from backend.batch.utilities.helpers.config.conversation_flow import ConversationFlow
9+
from ..orchestrator.orchestration_strategy import OrchestrationStrategy
10+
from ..helpers.config.conversation_flow import ConversationFlow
1311
from ..helpers.config.database_type import DatabaseType
1412

1513
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)