Skip to content

Commit b3a79fc

Browse files
Merge pull request #621 from adamtheturtle/remove-unused-util
Remove unused imports [skip ci]
2 parents 04f8422 + 5b443c2 commit b3a79fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/mock_vws/utils/assertions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
from requests import Response, codes
1313

1414
from mock_vws._constants import ResultCodes
15-
from tests.mock_vws.utils.authorization import (
16-
VuforiaDatabaseKeys,
17-
authorization_header,
18-
rfc_1123_date,
19-
)
2015

2116

2217
def assert_vws_failure(

0 commit comments

Comments
 (0)