mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
cleans up imports
This commit is contained in:
parent
56f3a16f76
commit
b254bda019
|
@ -4,7 +4,7 @@
|
||||||
This is a web service to print labels on Brother QL label printers.
|
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 io import BytesIO
|
||||||
|
|
||||||
from bottle import run, route, get, post, response, request, jinja2_view as view, static_file, redirect
|
from bottle import run, route, get, post, response, request, jinja2_view as view, static_file, redirect
|
||||||
|
|
Loading…
Reference in New Issue
Block a user