Skip to content

Commit 4839042

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-beartype
2 parents 6c8d6e1 + 20d95f8 commit 4839042

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/vws/exceptions/base_exceptions.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
@beartype
1212
class CloudRecoError(Exception):
1313
"""
14-
Base @beartype
15-
class for Vuforia Cloud Recognition Web API exceptions.
14+
Base class for Vuforia Cloud Recognition Web API exceptions.
1615
"""
1716

1817
def __init__(self, response: Response) -> None:
@@ -34,8 +33,7 @@ def response(self) -> Response:
3433
@beartype
3534
class VWSError(Exception):
3635
"""
37-
Base @beartype
38-
class for Vuforia Web Services errors.
36+
Base class for Vuforia Web Services errors.
3937
4038
These errors are defined at
4139
https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#result-codes.

0 commit comments

Comments
 (0)