From ee41dffc3b78012256af6581855b9f920ab570b9 Mon Sep 17 00:00:00 2001 From: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:08:15 +0530 Subject: [PATCH] [FIX] Resolving absolute imports in Prompt service (#908) Fixing path --- prompt-service/src/unstract/prompt_service/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt-service/src/unstract/prompt_service/helper.py b/prompt-service/src/unstract/prompt_service/helper.py index 126a41c93..51a2d93bf 100644 --- a/prompt-service/src/unstract/prompt_service/helper.py +++ b/prompt-service/src/unstract/prompt_service/helper.py @@ -21,7 +21,7 @@ from unstract.sdk.exceptions import SdkError from unstract.sdk.llm import LLM -from unstract.flags.src.unstract.flags.feature_flag import check_feature_flag_status +from unstract.flags.feature_flag import check_feature_flag_status if check_feature_flag_status(FeatureFlag.REMOTE_FILE_STORAGE): from unstract.sdk.file_storage import FileStorage, FileStorageProvider