mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
reformat
This commit is contained in:
@@ -8,7 +8,7 @@ create_or_update_free_sms_fragment_limit_schema = {
|
||||
"properties": {
|
||||
"free_sms_fragment_limit": {"type": "integer", "minimum": 0},
|
||||
},
|
||||
"required": ["free_sms_fragment_limit"]
|
||||
"required": ["free_sms_fragment_limit"],
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ def serialize_ft_billing_remove_emails(rows):
|
||||
"charged_units": row.charged_units,
|
||||
}
|
||||
for row in rows
|
||||
if row.notification_type != 'email'
|
||||
if row.notification_type != "email"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user