[FIX] flake8

pull/77/head
Holger Brunn 2015-05-22 15:23:26 +02:00
parent fd40803911
commit 4f17aa07ab
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import models, fields, api
from openerp import models, api
class AccountFinancialReport(models.Model):

View File

@ -19,7 +19,7 @@
#
##############################################################################
import copy
from openerp import models, fields, api
from openerp import models
from openerp.addons.account.report.account_financial_report import\
report_account_common