mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Fix code style
This commit is contained in:
@@ -28,7 +28,7 @@ def fetch_billing_totals_for_year(service_id, year):
|
|||||||
"""
|
"""
|
||||||
Billing for email: only record the total number of emails.
|
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.
|
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.
|
Total cost is notifications_sent * rate.
|
||||||
Rate multiplier does not apply to email or letters.
|
Rate multiplier does not apply to email or letters.
|
||||||
"""
|
"""
|
||||||
email_and_letters = db.session.query(
|
email_and_letters = db.session.query(
|
||||||
|
|||||||
Reference in New Issue
Block a user