Sort imports with isort
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from bottle import hook, request, route, run, static_file, view
|
||||
import models
|
||||
from models import Price
|
||||
import os
|
||||
|
||||
from bottle import hook, request, route, run, static_file, view
|
||||
|
||||
import models
|
||||
from models import Price
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Web application
|
||||
|
||||
Reference in New Issue
Block a user