Skip to content

Commit b302627

Browse files
committed
Fixed lint
1 parent 8513169 commit b302627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
from mock_vws import MockVWS
1010
from mock_vws.database import VuforiaDatabase
1111

12-
from vws import VWS, CloudRecoIncludeTargetData, CloudRecoService
12+
from vws import VWS, CloudRecoService
1313
from vws.exceptions import MaxNumResultsOutOfRange
14+
from vws.include_target_data import CloudRecoIncludeTargetData
1415

1516

1617
class TestQuery:

0 commit comments

Comments
 (0)