mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
refactoring
This commit is contained in:
@@ -25,6 +25,10 @@ import asyncio
|
||||
from aiohttp.web import Request
|
||||
from aiohttp.web import Response
|
||||
|
||||
from ....htserver import HttpError
|
||||
from ....htserver import exposed_http
|
||||
from ....htserver import make_json_response
|
||||
|
||||
from ....plugins.atx import BaseAtx
|
||||
|
||||
from ....validators import ValidatorError
|
||||
@@ -32,10 +36,6 @@ from ....validators import check_string_in_list
|
||||
|
||||
from ..info import InfoManager
|
||||
|
||||
from ..http import HttpError
|
||||
from ..http import exposed_http
|
||||
from ..http import make_json_response
|
||||
|
||||
|
||||
# =====
|
||||
class RedfishApi:
|
||||
|
||||
Reference in New Issue
Block a user