This commit is contained in:
Kenneth Kehl
2023-08-29 14:54:30 -07:00
parent 19dcd7a48b
commit 1ecb747c6d
588 changed files with 34100 additions and 23589 deletions

View File

@@ -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"
]