From d1b36ea20cc7c4bbbede2cf01c73cf4987e42373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 23 Jul 2015 16:30:44 +0200 Subject: [PATCH] [FIX] pep8 --- account_bank_statement_import_camt/camt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account_bank_statement_import_camt/camt.py b/account_bank_statement_import_camt/camt.py index 5e6d719..81fd1de 100644 --- a/account_bank_statement_import_camt/camt.py +++ b/account_bank_statement_import_camt/camt.py @@ -21,7 +21,8 @@ import re from datetime import datetime from lxml import etree -from openerp.addons.account_bank_statement_import.parserlib import BankStatement +from openerp.addons.account_bank_statement_import.parserlib import ( + BankStatement) class CamtParser(object):