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 455a38e commit 999e7afCopy full SHA for 999e7af
tests/mock_vws/test_unexpected_json.py
@@ -10,12 +10,8 @@
10
from requests import codes
11
from requests.structures import CaseInsensitiveDict
12
13
-from mock_vws._constants import ResultCodes
14
from tests.mock_vws.utils import Endpoint
15
-from tests.mock_vws.utils.assertions import (
16
- assert_vwq_failure,
17
- assert_vws_failure,
18
-)
+from tests.mock_vws.utils.assertions import assert_vwq_failure
19
from tests.mock_vws.utils.authorization import (
20
authorization_header,
21
rfc_1123_date,
0 commit comments