We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f8176 commit 0927497Copy full SHA for 0927497
tests/routes/test_email.py
@@ -1,7 +1,8 @@
1
import json
2
from unittest import mock
3
4
-from email_api.email import UnauthorizedException, BadRequestException
+from email_api.email import UnauthorizedException
5
+from email_api.email import BadRequestException
6
from models.message import Message
7
from settings import TEST_DATA_DIR
8
0 commit comments