Skip to content

Commit

Permalink
fixing pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Feb 1, 2023
1 parent 01567b7 commit 8550836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/reports/models.py
Expand Up @@ -19,7 +19,7 @@


class MonthlyUsageReport:
def __init__(self, verbose=False, start=None, end=None, current_month_start=None, current_month_end=None):
def __init__(self, verbose=False, start=None, end=None, current_month_start=None, current_month_end=None): # pylint: disable=too-many-arguments
self.verbose = verbose
self.start = start
self.end = end
Expand Down

0 comments on commit 8550836

Please sign in to comment.