Skip to content

Commit

Permalink
[FIX] Resolving absolute imports in Prompt service (#908)
Browse files Browse the repository at this point in the history
Fixing path
  • Loading branch information
harini-venkataraman authored Dec 20, 2024
1 parent 7b893ad commit ee41dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt-service/src/unstract/prompt_service/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee41dff

Please sign in to comment.