Skip to content

Commit

Permalink
[FIX] report_xlsx - Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Apr 12, 2016
1 parent 3cf1dc7 commit 47dfaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report_xlsx/models/ir_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2015 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from openerp import api, fields, models
from openerp import fields, models


class IrActionsReportXml(models.Model):
Expand Down
3 changes: 2 additions & 1 deletion report_xlsx/report/report_xlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Copyright 2015 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from cStringIO import StringIO

from openerp.report.report_sxw import report_sxw
from openerp.api import Environment
from cStringIO import StringIO

import logging
_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 47dfaa2

Please sign in to comment.