From 996f837fcb9cc9a5a8a439724d64f13d6352d148 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Fri, 26 Sep 2014 08:12:22 +0200 Subject: [PATCH] fix unreachable code flagged by pylint --- account_statement_one_move/statement.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/account_statement_one_move/statement.py b/account_statement_one_move/statement.py index 40c4f900..73e46c12 100644 --- a/account_statement_one_move/statement.py +++ b/account_statement_one_move/statement.py @@ -53,8 +53,6 @@ class AccountBankStatement(orm.Model): }) return res - return res - def _prepare_move(self, cr, uid, st_line, st_line_number, context=None): res = super(AccountBankStatement, self).\ _prepare_move(cr, uid, st_line, st_line_number, context=context)