瀏覽代碼

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

tags/0.10.0
zhuhao 1 年之前
父節點
當前提交
b9bf60ea23
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      api/app.py

+ 1
- 0
api/app.py 查看文件

@@ -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…
取消
儲存