From c96b0b9f96315db40925c99f647db00cf7d58312 Mon Sep 17 00:00:00 2001 From: harini-venkataraman Date: Fri, 20 Dec 2024 07:09:08 +0530 Subject: [PATCH] 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