mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Fix pep8 issue
This commit is contained in:
@@ -24,10 +24,6 @@ from openerp.addons.account_statement_base_import.parser.file_parser import (
|
|||||||
float_or_zero
|
float_or_zero
|
||||||
)
|
)
|
||||||
from openerp.tools import ustr
|
from openerp.tools import ustr
|
||||||
try:
|
|
||||||
import xlrd
|
|
||||||
except:
|
|
||||||
raise Exception(_('Please install python lib xlrd'))
|
|
||||||
|
|
||||||
|
|
||||||
class GenericFileParser(FileParser):
|
class GenericFileParser(FileParser):
|
||||||
|
|||||||
Reference in New Issue
Block a user