From 5d5da9b065610eb198c7059fdcd3942ac20dd193 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 --- __unported__/account_statement_one_move/statement.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__unported__/account_statement_one_move/statement.py b/__unported__/account_statement_one_move/statement.py index b4d47a93..2e60964b 100644 --- a/__unported__/account_statement_one_move/statement.py +++ b/__unported__/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)