From b254bda019ef8f6e92f247c795ce5964c78bdc0c Mon Sep 17 00:00:00 2001 From: telegnom Date: Mon, 5 Mar 2018 00:41:59 +0100 Subject: [PATCH] cleans up imports --- brother_ql_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brother_ql_web.py b/brother_ql_web.py index b8455ff..e02bc5b 100755 --- a/brother_ql_web.py +++ b/brother_ql_web.py @@ -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