Browse Source

PEP8 fix

pull/258/head
Alexis de Lattre 8 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
1ca273efa8
  1. 2
      report_py3o/models/ir_actions_report_xml.py

2
report_py3o/models/ir_actions_report_xml.py

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import os
import logging
from odoo import api, fields, models, SUPERUSER_ID, _
from odoo import api, fields, models, _
from odoo.report.interface import report_int
from odoo.exceptions import ValidationError
from odoo import addons

Loading…
Cancel
Save