mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 01:03:41 -04:00
remove unneccessary duped lines
as per pr comments
This commit is contained in:
@@ -278,8 +278,6 @@ def populate_annual_billing(year):
|
|||||||
free_sms_fragment_limit=free_allowance[0],
|
free_sms_fragment_limit=free_allowance[0],
|
||||||
financial_year_start=int(year))
|
financial_year_start=int(year))
|
||||||
|
|
||||||
db.session.commit()
|
|
||||||
|
|
||||||
|
|
||||||
@notify_command(name='list-routes')
|
@notify_command(name='list-routes')
|
||||||
def list_routes():
|
def list_routes():
|
||||||
|
|||||||
@@ -161,7 +161,6 @@ def fetch_letter_line_items_for_all_services(start_date, end_date):
|
|||||||
).join(
|
).join(
|
||||||
FactBilling, FactBilling.service_id == Service.id,
|
FactBilling, FactBilling.service_id == Service.id,
|
||||||
).filter(
|
).filter(
|
||||||
FactBilling.service_id == Service.id,
|
|
||||||
FactBilling.bst_date >= start_date,
|
FactBilling.bst_date >= start_date,
|
||||||
FactBilling.bst_date <= end_date,
|
FactBilling.bst_date <= end_date,
|
||||||
FactBilling.notification_type == LETTER_TYPE,
|
FactBilling.notification_type == LETTER_TYPE,
|
||||||
|
|||||||
Reference in New Issue
Block a user