Skip to content

Commit

Permalink
Merge pull request #437 from Miguiz/master
Browse files Browse the repository at this point in the history
missing import in mailgun.py
  • Loading branch information
jsayles committed Mar 8, 2020
2 parents d9d4a6e + c5ddf74 commit 62daa9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comlink/mailgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from django.template.loader import get_template, render_to_string
from django.template import Template, TemplateDoesNotExist
from django.utils import timezone
from django.core.exceptions import ImproperlyConfigured

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 62daa9e

Please sign in to comment.