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 cc6a5da commit f956ca5Copy full SHA for f956ca5
README.rst
@@ -52,7 +52,7 @@ Getting Started
52
vws_client.wait_for_target_processed(target_id=target_id)
53
matching_targets = cloud_reco_client.query(image=my_image)
54
55
- assert matching_targets[0]['target_id'] == target_id
+ assert matching_targets[0].target_id == target_id
56
57
58
Full Documentation
docs/source/index.rst
@@ -50,7 +50,7 @@ See the :doc:`api-reference` for full usage details.
50
51
Testing
-------
0 commit comments