mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
fix unreachable code flagged by pylint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user