Skip to content

Commit c75cb42

Browse files
Ihor BilousIhor Bilous
authored andcommitted
Fix issue #26: Change json error import
1 parent 6917ff2 commit c75cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailtrap/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
from json import JSONDecodeError
12
from typing import Any
23
from typing import NoReturn
34
from typing import Optional
45

5-
from requests import JSONDecodeError
66
from requests import Response
77
from requests import Session
88

0 commit comments

Comments
 (0)