Skip to content

Commit 9968143

Browse files
committed
Fix sort order
1 parent 9a8e8cc commit 9968143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cloud_reco_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from vws.exceptions.base_exceptions import CloudRecoException
1616
from vws.exceptions.cloud_reco_exceptions import (
1717
AuthenticationFailure,
18+
InactiveProject,
1819
MatchProcessing,
1920
MaxNumResultsOutOfRange,
20-
InactiveProject,
2121
)
2222
from vws.exceptions.custom_exceptions import (
2323
ConnectionErrorPossiblyImageTooLarge,

0 commit comments

Comments
 (0)