From a62cdbe624a30943d7f6d250f72a14a0310687d2 Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Wed, 11 Oct 2023 12:12:27 +0200 Subject: [PATCH] Pyflakes fixes --- product.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product.py b/product.py index b54ddbb..b52518a 100644 --- a/product.py +++ b/product.py @@ -1,7 +1,6 @@ # This file is part of product_special_price module for Tryton. # The COPYRIGHT file at the top level of this repository contains the full # copyright notices and license terms. -from trytond import backend from trytond.pool import Pool, PoolMeta from trytond.model import ModelSQL, fields from trytond.pyson import Eval