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 6917ff2 commit c75cb42Copy full SHA for c75cb42
mailtrap/http.py
@@ -1,8 +1,8 @@
1
+from json import JSONDecodeError
2
from typing import Any
3
from typing import NoReturn
4
from typing import Optional
5
-from requests import JSONDecodeError
6
from requests import Response
7
from requests import Session
8
0 commit comments