From 91f32dc561ea24d9c9b10a62870b86868b40d977 Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 24 Mar 2025 23:02:42 +0800 Subject: [PATCH] Fix linting --- lightrag/api/utils_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/utils_api.py b/lightrag/api/utils_api.py index c10da557..ed1444ad 100644 --- a/lightrag/api/utils_api.py +++ b/lightrag/api/utils_api.py @@ -154,7 +154,7 @@ def get_combined_auth_dependency(api_key: Optional[str] = None): status_code=status.HTTP_401_UNAUTHORIZED, detail="Invalid token. Please login again.", ) - + # 5. Acept all if no API protection needed if not auth_configured and not api_key_configured: return