From cad7b0eab78d165318537d906b7a002a788e5b70 Mon Sep 17 00:00:00 2001 From: jbeficent Date: Wed, 24 Feb 2016 00:34:24 +0100 Subject: [PATCH] [FIX] pylint --- .../wizards/stock_inventory_revaluation_mass_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py b/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py index 0cc2463f4..2dc7efb9e 100644 --- a/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py +++ b/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py @@ -2,7 +2,8 @@ # © 2015 Eficent Business and IT Consulting Services S.L. # - Jordi Ballester Alomar # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from openerp import api, fields, models, _, exceptions +from openerp import api, models, _, exceptions + class StockInventoryRevaluationMassPost(models.TransientModel):