mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
fix imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from flask import abort, redirect, render_template, request, url_for
|
||||
from flask_login import current_user, login_required
|
||||
from notifications_utils.international_billing_rates import \
|
||||
INTERNATIONAL_BILLING_RATES
|
||||
from notifications_utils.international_billing_rates import (
|
||||
INTERNATIONAL_BILLING_RATES,
|
||||
)
|
||||
from notifications_utils.template import HTMLEmailTemplate
|
||||
|
||||
from app import convert_to_boolean
|
||||
|
||||
Reference in New Issue
Block a user