Skip to content

Commit 0927497

Browse files
surajitsurajit
authored andcommitted
modify imports
1 parent 70f8176 commit 0927497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/routes/test_email.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import json
22
from unittest import mock
33

4-
from email_api.email import UnauthorizedException, BadRequestException
4+
from email_api.email import UnauthorizedException
5+
from email_api.email import BadRequestException
56
from models.message import Message
67
from settings import TEST_DATA_DIR
78

0 commit comments

Comments
 (0)