From 7075837849b9e0d9f4aa2fe7e4d4bade44a74aa8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 24 Apr 2024 21:24:17 -0400 Subject: [PATCH] fix: missing import --- backend/apps/web/routers/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/apps/web/routers/utils.py b/backend/apps/web/routers/utils.py index 284f350a..953f5ce5 100644 --- a/backend/apps/web/routers/utils.py +++ b/backend/apps/web/routers/utils.py @@ -11,7 +11,7 @@ import markdown from utils.utils import get_admin_user from utils.misc import calculate_sha256, get_gravatar_url -from config import OLLAMA_BASE_URLS, DATA_DIR, UPLOAD_DIR +from config import OLLAMA_BASE_URLS, DATA_DIR, UPLOAD_DIR, ENABLE_ADMIN_EXPORT from constants import ERROR_MESSAGES from typing import List