Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-oms committed Feb 1, 2024
1 parent fb0d8bd commit f5eb7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/utils_mailpace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from base64 import b64encode

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

from anymail.exceptions import AnymailImproperlyInstalled, _LazyError

try:
from nacl.signing import SigningKey
Expand Down

0 comments on commit f5eb7c5

Please sign in to comment.