Sort imports with isort

This commit is contained in:
2022-07-21 00:32:59 +02:00
parent d52c8df6f3
commit e749128b16
5 changed files with 21 additions and 13 deletions

View File

@@ -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