We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a32248 commit ae8fd9cCopy full SHA for ae8fd9c
1 file changed
src/vws/query.py
@@ -12,11 +12,11 @@
12
from vws_auth_tools import authorization_header, rfc_1123_date
13
14
from vws.exceptions.cloud_reco_exceptions import (
15
+ AuthenticationFailure,
16
+ BadImage,
17
InactiveProject,
18
MatchProcessing,
19
MaxNumResultsOutOfRange,
- AuthenticationFailure,
- BadImage,
20
RequestTimeTooSkewed,
21
)
22
from vws.exceptions.custom_exceptions import (
0 commit comments