浏览代码

fix: do not remove (#5682)

Co-authored-by: hobo.l <hobo.l@binance.com>
tags/0.6.12
luckylhb90 1年前
父节点
当前提交
d37ee498cd
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      api/app.py

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

@@ -26,6 +26,7 @@ from werkzeug.exceptions import Unauthorized
from commands import register_commands

# DO NOT REMOVE BELOW
from events import event_handlers
from extensions import (
ext_celery,
ext_code_based_extension,
@@ -42,6 +43,7 @@ from extensions import (
from extensions.ext_database import db
from extensions.ext_login import login_manager
from libs.passport import PassportService
from models import account, dataset, model, source, task, tool, tools, web
from services.account_service import AccountService

# DO NOT REMOVE ABOVE

正在加载...
取消
保存