disable no-self-use

This commit is contained in:
Joachim 2021-12-21 13:17:18 +01:00
parent 581e7f3e40
commit 545fb9e4be

View file

@ -44,6 +44,7 @@ def is_year_available(year):
return False
# pylint: disable= no-self-use
class AnnualSummary(View):
"""display a summary of the year for the current user"""