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 8513169 commit b302627Copy full SHA for b302627
tests/test_query.py
@@ -9,8 +9,9 @@
9
from mock_vws import MockVWS
10
from mock_vws.database import VuforiaDatabase
11
12
-from vws import VWS, CloudRecoIncludeTargetData, CloudRecoService
+from vws import VWS, CloudRecoService
13
from vws.exceptions import MaxNumResultsOutOfRange
14
+from vws.include_target_data import CloudRecoIncludeTargetData
15
16
17
class TestQuery:
0 commit comments