[FIX] flake8

This commit is contained in:
Holger Brunn
2015-07-20 14:08:08 +02:00
committed by Frédéric Garbely
parent 9c2f68e028
commit 65740baa74

View File

@@ -23,7 +23,7 @@ from ..base_suspend_security import BaseSuspendSecurityUid
class ResUsers(models.Model):
_inherit = 'res.users'
@classmethod
def _browse(cls, env, ids):
"""be sure we browse ints, ids laread is normalized"""