fix: resolve the error with the db-pool-stat endpoint (#9478)

pull/9482/head
zhuhao 1 year ago committed by GitHub
parent bd27b4c162
commit b9bf60ea23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,7 @@ from app_factory import create_app
# DO NOT REMOVE BELOW
from events import event_handlers # noqa: F401
from extensions.ext_database import db
# TODO: Find a way to avoid importing models here
from models import account, dataset, model, source, task, tool, tools, web # noqa: F401

Loading…
Cancel
Save