From 3c90c0ffcd93a48001eee4196a85c09ae3c3e932 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 16 May 2018 13:18:36 +0100 Subject: [PATCH] Fix code style --- app/dao/fact_billing_dao.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dao/fact_billing_dao.py b/app/dao/fact_billing_dao.py index 9a3a30148..7d5dfcdf1 100644 --- a/app/dao/fact_billing_dao.py +++ b/app/dao/fact_billing_dao.py @@ -27,8 +27,8 @@ def fetch_billing_totals_for_year(service_id, year): year_start_date, year_end_date = get_financial_year(year) """ Billing for email: only record the total number of emails. - Billing for letters: The billing units is used to fetch the correct rate for the sheet count of the letter. - Total cost is notifications_sent * rate. + Billing for letters: The billing units is used to fetch the correct rate for the sheet count of the letter. + Total cost is notifications_sent * rate. Rate multiplier does not apply to email or letters. """ email_and_letters = db.session.query(