remove unused import

This commit is contained in:
Son 2021-12-01 10:39:08 +01:00
parent 34509cbbb3
commit c6f49821c7
1 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ from app import s3, email_utils
from app.config import ( from app.config import (
URL, URL,
FIRST_ALIAS_DOMAIN, FIRST_ALIAS_DOMAIN,
JOB_DELETE_ACCOUNT,
ALIAS_RANDOM_SUFFIX_LENGTH, ALIAS_RANDOM_SUFFIX_LENGTH,
) )
from app.dashboard.base import dashboard_bp from app.dashboard.base import dashboard_bp
@ -43,8 +42,6 @@ from app.models import (
SLDomain, SLDomain,
CoinbaseSubscription, CoinbaseSubscription,
AppleSubscription, AppleSubscription,
Job,
Subscription,
) )
from app.utils import random_string, sanitize_email from app.utils import random_string, sanitize_email