From f1ad55244abb482bef83ef2a9b340ef305e025de Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 4 Mar 2025 14:44:12 +0100 Subject: [PATCH] linting --- lightrag/api/run_with_gunicorn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightrag/api/run_with_gunicorn.py b/lightrag/api/run_with_gunicorn.py index 231a1727..cf9b3b91 100644 --- a/lightrag/api/run_with_gunicorn.py +++ b/lightrag/api/run_with_gunicorn.py @@ -15,6 +15,7 @@ from dotenv import load_dotenv # This update allows the user to put a different.env file for each lightrag folder load_dotenv(".env") + def check_and_install_dependencies(): """Check and install required dependencies""" required_packages = [