Skip to content

Commit ae8fd9c

Browse files
committed
Fix sort
1 parent 3a32248 commit ae8fd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vws/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
from vws_auth_tools import authorization_header, rfc_1123_date
1313

1414
from vws.exceptions.cloud_reco_exceptions import (
15+
AuthenticationFailure,
16+
BadImage,
1517
InactiveProject,
1618
MatchProcessing,
1719
MaxNumResultsOutOfRange,
18-
AuthenticationFailure,
19-
BadImage,
2020
RequestTimeTooSkewed,
2121
)
2222
from vws.exceptions.custom_exceptions import (

0 commit comments

Comments
 (0)