소스 검색

fix: do not remove (#5706)

tags/0.6.12
takatost 1 년 전
부모
커밋
017d2c804b
No account linked to committer's email address
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

Loading…
취소
저장