Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Oct 5, 2014
1 parent 7480f51 commit 47800d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion report_xls/ir_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
##############################################################################

from openerp.osv import fields, orm
from openerp.osv import orm


class ir_actions_report_xml(orm.Model):
Expand Down
3 changes: 1 addition & 2 deletions report_xls/report_xls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
from openerp.tools import DEFAULT_SERVER_DATETIME_FORMAT
import inspect
from types import CodeType
from openerp.report.report_sxw import *
from openerp.report.report_sxw import report_sxw
from openerp import pooler
from openerp.tools.translate import translate, _
import logging
_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 47800d6

Please sign in to comment.