Skip to content

Commit

Permalink
Fix undefined LazyError and AnymailImproperlyInstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-oms committed Feb 1, 2024
1 parent a318afc commit fb0d8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils_mailpace.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from base64 import b64encode

from django.test import override_settings
from anymail.exceptions import _LazyError, AnymailImproperlyInstalled

try:
from nacl.signing import SigningKey
Expand Down

0 comments on commit fb0d8bd

Please sign in to comment.