linting
Browse files
lightrag/api/run_with_gunicorn.py
CHANGED
@@ -15,6 +15,7 @@ from dotenv import load_dotenv
|
|
15 |
# This update allows the user to put a different.env file for each lightrag folder
|
16 |
load_dotenv(".env")
|
17 |
|
|
|
18 |
def check_and_install_dependencies():
|
19 |
"""Check and install required dependencies"""
|
20 |
required_packages = [
|
|
|
15 |
# This update allows the user to put a different.env file for each lightrag folder
|
16 |
load_dotenv(".env")
|
17 |
|
18 |
+
|
19 |
def check_and_install_dependencies():
|
20 |
"""Check and install required dependencies"""
|
21 |
required_packages = [
|