fix imports

This commit is contained in:
Leo Hemsted
2018-03-02 11:09:23 +00:00
parent ad6e34eb43
commit ffd062c415
4 changed files with 8 additions and 6 deletions

View File

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