fix imports

This commit is contained in:
Leo Hemsted
2018-03-02 11:09:23 +00:00
parent 793d79c242
commit 3be4b57bbd
5 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
from flask import 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