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 4c67311 commit 48f38d7Copy full SHA for 48f38d7
tests/test_vws.py
@@ -12,8 +12,9 @@
12
from mock_vws import MockVWS
13
from mock_vws.database import VuforiaDatabase
14
15
-from vws import VWS, CloudRecoService, DatabaseSummaryReport
+from vws import VWS, CloudRecoService
16
from vws.exceptions import TargetProcessingTimeout
17
+from vws.reports import DatabaseSummaryReport
18
19
20
class TestAddTarget:
0 commit comments