cleans up imports

This commit is contained in:
telegnom 2018-03-05 00:41:59 +01:00 committed by Philipp Klaus
parent 56f3a16f76
commit b254bda019

View File

@ -4,7 +4,7 @@
This is a web service to print labels on Brother QL label printers.
"""
import sys, logging, socket, os, functools, textwrap, random
import sys, logging, random
from io import BytesIO
from bottle import run, route, get, post, response, request, jinja2_view as view, static_file, redirect