mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat(sqlalchemy): format backend
This commit is contained in:
@@ -91,6 +91,7 @@ class AbstractPostgresTest(AbstractIntegrationTest):
|
||||
while retries > 0:
|
||||
try:
|
||||
from config import BACKEND_DIR
|
||||
|
||||
db = create_engine(database_url, pool_pre_ping=True)
|
||||
db = db.connect()
|
||||
log.info("postgres is ready!")
|
||||
|
||||
Reference in New Issue
Block a user