Fix lint
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
60b5da6c06
commit
524a744df7
1 changed files with 1 additions and 2 deletions
|
|
@ -34,11 +34,10 @@ from flask_mail import Mail
|
|||
from flask_session import Session
|
||||
from flask_login import LoginManager, UserMixin
|
||||
from common import settings
|
||||
from api.utils.api_utils import server_error_response, get_json_result
|
||||
from api.utils.api_utils import server_error_response
|
||||
from api.constants import API_VERSION
|
||||
from flask import request as flask_request
|
||||
from api.db.db_models import APIToken
|
||||
from common.constants import RetCode
|
||||
|
||||
__all__ = ["app"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue