From 65e3a10290f3686886f1e6d47ada28f6fb2fc879 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Tue, 26 Apr 2016 18:51:56 +0200 Subject: [PATCH] remove unused imports --- account_financial_report_qweb/wizard/ledger_report_wizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account_financial_report_qweb/wizard/ledger_report_wizard.py b/account_financial_report_qweb/wizard/ledger_report_wizard.py index 706086af..0550c1b4 100644 --- a/account_financial_report_qweb/wizard/ledger_report_wizard.py +++ b/account_financial_report_qweb/wizard/ledger_report_wizard.py @@ -2,9 +2,7 @@ # Author: Damien Crier # Copyright 2016 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -import time - -from openerp import models, fields, api +from openerp import models, fields class LedgerReportWizard(models.TransientModel):