mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 14:50:56 +08:00
import format
This commit is contained in:
@@ -6,7 +6,9 @@ from flask import Blueprint
|
||||
from flask_restful import Api
|
||||
|
||||
from api.resource import register_resources
|
||||
from .account import LoginView, LogoutView, AuthWithKeyView
|
||||
from .account import AuthWithKeyView
|
||||
from .account import LoginView
|
||||
from .account import LogoutView
|
||||
|
||||
HERE = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
Reference in New Issue
Block a user