OCA/pylint-odoo

attribute-deprecated False positive

voronind opened this issue · 1 comments

This code raises attribute-deprecated

# Just module scope function
def func(a):
    length = len(a)
    return length

👍