Skip to content

Commit 9440f1a

Browse files
committed
Remove unused class
1 parent ea0a617 commit 9440f1a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/vws/exceptions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,3 @@ def response(self) -> Response:
201201
The response returned by Vuforia which included this error.
202202
"""
203203
return self._response
204-
205-
206-
class TargetProcessingTimeout(Exception):
207-
"""
208-
Exception raised when waiting for a target to be processed times out.
209-
"""

0 commit comments

Comments
 (0)