From f4b533657a3764af9128222f3dca8f2f74bc6349 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 5 Nov 2014 22:36:40 +0100 Subject: [PATCH] Fix flake8 warning --- account_check_deposit/__openerp__.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index d61fa872e..7614d32a7 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -47,14 +47,14 @@ check deposits. 'report_webkit', ], 'data': [ - 'account_deposit_view.xml', - 'account_deposit_sequence.xml', - 'company_view.xml', - 'security/ir.model.access.csv', - 'security/check_deposit_security.xml', - 'account_data.xml', - 'report.xml', - 'report/report_checkdeposit.xml', + 'account_deposit_view.xml', + 'account_deposit_sequence.xml', + 'company_view.xml', + 'security/ir.model.access.csv', + 'security/check_deposit_security.xml', + 'account_data.xml', + 'report.xml', + 'report/report_checkdeposit.xml', ], 'installable': False, 'application': True,