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 13cfc16 commit 8513169Copy full SHA for 8513169
src/vws/query.py
@@ -10,9 +10,9 @@
10
from urllib3.filepost import encode_multipart_formdata
11
12
from ._authorization import authorization_header, rfc_1123_date
13
-from .include_target_data import CloudRecoIncludeTargetData
14
from ._result_codes import raise_for_result_code
15
from .exceptions import MaxNumResultsOutOfRange
+from .include_target_data import CloudRecoIncludeTargetData
16
17
18
class CloudRecoService:
0 commit comments