fix: correct sqlor import in init_rbac.py
This commit is contained in:
parent
0921f4d7f3
commit
3aa38a8b51
@ -5,9 +5,8 @@ sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'pkgs', 'rag-pipeline'))
|
||||
|
||||
from ahserver.serverenv import ServerEnv
|
||||
from sqlor.sqlor import DBPools
|
||||
from appPublic.jsonConfig import getConfig
|
||||
from appPublic.log import debug
|
||||
from sqlor.dbpools import DBPools
|
||||
import asyncio
|
||||
|
||||
config = getConfig('.')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user