From ad110c2ce22b030e2f373bb5fb85bd1f4c9aa4d3 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 3 Jan 2022 21:10:34 -0600 Subject: [PATCH] Remove unused import --- tailbone/views/products.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index 30e5fe5f..0e192bca 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2021 Lance Edgar +# Copyright © 2010-2022 Lance Edgar # # This file is part of Rattail. # @@ -41,7 +41,6 @@ from rattail.gpc import GPC from rattail.threads import Thread from rattail.exceptions import LabelPrintingError from rattail.util import load_object, pretty_quantity, OrderedDict, simple_error -from rattail.batch import get_batch_handler from rattail.time import localtime, make_utc import colander