remove check_storage_env_vars from lightrag.py

This commit is contained in:
yangdx
2025-03-30 15:25:04 +08:00
parent 1df4b777d7
commit 53ab5e015c

View File

@@ -13,7 +13,6 @@ import pandas as pd
from lightrag.kg import ( from lightrag.kg import (
STORAGE_ENV_REQUIREMENTS,
STORAGES, STORAGES,
verify_storage_implementation, verify_storage_implementation,
) )