Skip to content

Commit

Permalink
[FIX] Adding Feature flag constant for Prompt service (#896)
Browse files Browse the repository at this point in the history
Feature flag constants

Co-authored-by: Gayathri <[email protected]>
  • Loading branch information
harini-venkataraman and gaya3-zipstack authored Dec 13, 2024
1 parent 9d772a4 commit ac09190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt-service/src/unstract/prompt_service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class RunLevel(Enum):
class FeatureFlag:
"""Temporary feature flags."""

pass
REMOTE_FILE_STORAGE = "remote_file_storage"


class DBTableV2:
Expand Down

0 comments on commit ac09190

Please sign in to comment.