X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..d5b584059538a1d758b87a59246a79b53fcf186b:/forum/management/commands/send_email_alerts.py diff --git a/forum/management/commands/send_email_alerts.py b/forum/management/commands/send_email_alerts.py index ba1d943..4b6a05f 100644 --- a/forum/management/commands/send_email_alerts.py +++ b/forum/management/commands/send_email_alerts.py @@ -6,7 +6,6 @@ from django.core.mail import EmailMultiAlternatives from django.conf import settings from forum.models import KeyValue, Activity, User, QuestionSubscription from forum.utils.mail import send_email -from forum import const class QuestionRecord: def __init__(self, question):