Skip to content

Commit 48f38d7

Browse files
committed
Fix import
1 parent 4c67311 commit 48f38d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_vws.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
from mock_vws import MockVWS
1313
from mock_vws.database import VuforiaDatabase
1414

15-
from vws import VWS, CloudRecoService, DatabaseSummaryReport
15+
from vws import VWS, CloudRecoService
1616
from vws.exceptions import TargetProcessingTimeout
17+
from vws.reports import DatabaseSummaryReport
1718

1819

1920
class TestAddTarget:

0 commit comments

Comments
 (0)