Skip to content

Commit 4924149

Browse files
Merge pull request #387 from adamtheturtle/fix-lint
Fix a few lint issues
2 parents 455a38e + 999e7af commit 4924149

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/mock_vws/test_unexpected_json.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
from requests import codes
1111
from requests.structures import CaseInsensitiveDict
1212

13-
from mock_vws._constants import ResultCodes
1413
from tests.mock_vws.utils import Endpoint
15-
from tests.mock_vws.utils.assertions import (
16-
assert_vwq_failure,
17-
assert_vws_failure,
18-
)
14+
from tests.mock_vws.utils.assertions import assert_vwq_failure
1915
from tests.mock_vws.utils.authorization import (
2016
authorization_header,
2117
rfc_1123_date,

0 commit comments

Comments
 (0)