From 68b9d54b70594805d3e9dc65818b05d0a057da57 Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Mon, 9 Jan 2017 15:28:22 +0100 Subject: [PATCH] * travis.yml * flake8 --- report_py3o/models/ir_actions_report_xml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index bbd95923..cfbfeb41 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -3,9 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging from odoo import api, fields, models, _ -from odoo.report.interface import report_int from odoo.exceptions import ValidationError -from odoo import addons logger = logging.getLogger(__name__)