Skip to content

Commit a415f04

Browse files
committed
Remove unused code
Signed-off-by: Jin Hai <[email protected]>
1 parent c04d670 commit a415f04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/utils/file_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
from api.db import FileType
5050
from common.file_utils import get_project_base_directory
5151

52-
PROJECT_BASE = os.getenv("RAG_PROJECT_BASE") or os.getenv("RAG_DEPLOY_BASE")
53-
5452
LOCK_KEY_pdfplumber = "global_shared_lock_pdfplumber"
5553
if LOCK_KEY_pdfplumber not in sys.modules:
5654
sys.modules[LOCK_KEY_pdfplumber] = threading.Lock()

0 commit comments

Comments
 (0)