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 9beeda2 commit a7fa9aeCopy full SHA for a7fa9ae
README.md
@@ -48,6 +48,8 @@ shutil.copy(image, new_image)
48
```
49
-->
50
51
+<!--pytest-codeblocks:cont-->
52
+
53
```python
54
import io
55
import pathlib
@@ -86,12 +88,13 @@ matching_targets = cloud_reco_client.query(image=my_image)
86
88
assert matching_targets[0].target_id == target_id
87
89
90
91
92
93
<!--
94
-import pathlib
-
95
new_image = pathlib.Path('high_quality_image.jpg')
96
new_image.unlink()
97
+mock.__exit__()
98
99
100
0 commit comments