disable no-self-use
This commit is contained in:
@ -44,6 +44,7 @@ def is_year_available(year):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
# pylint: disable= no-self-use
|
||||||
class AnnualSummary(View):
|
class AnnualSummary(View):
|
||||||
"""display a summary of the year for the current user"""
|
"""display a summary of the year for the current user"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user