Skip to content

Commit c70f2a4

Browse files
committed
unused imports
1 parent aa02019 commit c70f2a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/utils/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@
3232
from lib.core.log import LOGGER_HANDLER
3333
from lib.core.optiondict import optDict
3434
from lib.core.subprocessng import Popen
35-
from thirdparty.bottle.bottle import abort
3635
from thirdparty.bottle.bottle import error
3736
from thirdparty.bottle.bottle import get
3837
from thirdparty.bottle.bottle import hook
3938
from thirdparty.bottle.bottle import post
4039
from thirdparty.bottle.bottle import request
4140
from thirdparty.bottle.bottle import response
4241
from thirdparty.bottle.bottle import run
43-
from thirdparty.bottle.bottle import static_file
4442

4543
RESTAPI_SERVER_HOST = "127.0.0.1"
4644
RESTAPI_SERVER_PORT = 8775

0 commit comments

Comments
 (0)