From a61698b7429289f4df80293bb842c5046107eaea Mon Sep 17 00:00:00 2001 From: florian-dacosta Date: Wed, 23 Jul 2014 18:05:31 +0200 Subject: [PATCH] fix docstring --- account_statement_base_import/statement.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account_statement_base_import/statement.py b/account_statement_base_import/statement.py index 4e9357c3..3a8a2f54 100644 --- a/account_statement_base_import/statement.py +++ b/account_statement_base_import/statement.py @@ -37,9 +37,7 @@ class AccountStatementProfil(Model): return [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')] def __get_import_type_selection(self, cr, uid, context=None): - """ - Call method which can be inherited - """ + """ Call method which can be inherited """ return self._get_import_type_selection(cr, uid, context=context) _columns = {