code review feedback, fix setup.cfg and reformat

This commit is contained in:
Kenneth Kehl
2023-08-25 08:10:33 -07:00
39 changed files with 224 additions and 296 deletions

View File

@@ -1,9 +1,7 @@
from datetime import datetime, timedelta
from flask import current_app
from notifications_utils.international_billing_rates import (
INTERNATIONAL_BILLING_RATES,
)
from notifications_utils.international_billing_rates import INTERNATIONAL_BILLING_RATES
from notifications_utils.recipients import (
InvalidEmailError,
try_validate_and_format_phone_number,