Format with default line-length=88 (was 79 with Sanic).
This commit is contained in:
@@ -5,9 +5,7 @@ import timeit
|
||||
|
||||
from sanic.response import json
|
||||
|
||||
currentdir = os.path.dirname(
|
||||
os.path.abspath(inspect.getfile(inspect.currentframe()))
|
||||
)
|
||||
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
sys.path.insert(0, currentdir + "/../../../")
|
||||
|
||||
|
||||
|
||||
@@ -5,9 +5,7 @@ import sys
|
||||
from sanic import Sanic
|
||||
from sanic.response import json
|
||||
|
||||
currentdir = os.path.dirname(
|
||||
os.path.abspath(inspect.getfile(inspect.currentframe()))
|
||||
)
|
||||
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
sys.path.insert(0, currentdir + "/../../../")
|
||||
|
||||
|
||||
|
||||
@@ -6,9 +6,7 @@ from sanic import Sanic
|
||||
from sanic.exceptions import ServerError
|
||||
from sanic.response import json, text
|
||||
|
||||
currentdir = os.path.dirname(
|
||||
os.path.abspath(inspect.getfile(inspect.currentframe()))
|
||||
)
|
||||
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
sys.path.insert(0, currentdir + "/../../../")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user