Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 832567e

Browse files
committed
import order
1 parent 77625e5 commit 832567e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

lib/utils/api.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
else:
2727
_multiprocessing = multiprocessing
2828

29-
from thirdparty.bottle.bottle import abort
30-
from thirdparty.bottle.bottle import error
31-
from thirdparty.bottle.bottle import get
32-
from thirdparty.bottle.bottle import hook
33-
from thirdparty.bottle.bottle import post
34-
from thirdparty.bottle.bottle import request
35-
from thirdparty.bottle.bottle import response
36-
from thirdparty.bottle.bottle import run
37-
from thirdparty.bottle.bottle import static_file
38-
from thirdparty.bottle.bottle import template
3929
from lib.controller.controller import start
4030
from lib.core.common import unArrayizeValue
4131
from lib.core.convert import hexencode
@@ -52,6 +42,16 @@
5242
from lib.core.optiondict import optDict
5343
from lib.core.option import init
5444
from lib.core.settings import UNICODE_ENCODING
45+
from thirdparty.bottle.bottle import abort
46+
from thirdparty.bottle.bottle import error
47+
from thirdparty.bottle.bottle import get
48+
from thirdparty.bottle.bottle import hook
49+
from thirdparty.bottle.bottle import post
50+
from thirdparty.bottle.bottle import request
51+
from thirdparty.bottle.bottle import response
52+
from thirdparty.bottle.bottle import run
53+
from thirdparty.bottle.bottle import static_file
54+
from thirdparty.bottle.bottle import template
5555

5656
RESTAPI_SERVER_HOST = "127.0.0.1"
5757
RESTAPI_SERVER_PORT = 8775

0 commit comments

Comments
 (0)