mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
remove unnecessary noqa comment
This commit is contained in:
@@ -419,7 +419,7 @@ def get_monthly_usage_breakdown(year, monthly_usage):
|
|||||||
def get_monthly_usage_breakdown_for_letters(monthly_letters):
|
def get_monthly_usage_breakdown_for_letters(monthly_letters):
|
||||||
postage_order = {'first class': 0, 'second class': 1, 'international': 2}
|
postage_order = {'first class': 0, 'second class': 1, 'international': 2}
|
||||||
|
|
||||||
def group_key(row): return ( # noqa: E731
|
def group_key(row): return (
|
||||||
postage_order[get_monthly_usage_postage_description(row)], row['rate']
|
postage_order[get_monthly_usage_postage_description(row)], row['rate']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user