From dc19acf7df45dc8867ab30bae04c8148595ddb36 Mon Sep 17 00:00:00 2001 From: lreficent Date: Mon, 30 Oct 2017 12:54:18 +0100 Subject: [PATCH] pylint --- rma_repair/models/mrp_repair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_repair/models/mrp_repair.py b/rma_repair/models/mrp_repair.py index 7f346a9d..3179e365 100644 --- a/rma_repair/models/mrp_repair.py +++ b/rma_repair/models/mrp_repair.py @@ -2,7 +2,7 @@ # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) -from openerp import api, fields, models +from openerp import fields, models class MrpRepair(models.Model):