We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e8cc commit 9968143Copy full SHA for 9968143
tests/test_cloud_reco_exceptions.py
@@ -15,9 +15,9 @@
15
from vws.exceptions.base_exceptions import CloudRecoException
16
from vws.exceptions.cloud_reco_exceptions import (
17
AuthenticationFailure,
18
+ InactiveProject,
19
MatchProcessing,
20
MaxNumResultsOutOfRange,
- InactiveProject,
21
)
22
from vws.exceptions.custom_exceptions import (
23
ConnectionErrorPossiblyImageTooLarge,
0 commit comments