Skip to content

Commit 48c09c8

Browse files
(AzureCXP) fixes (#31687)
Add "import json"
1 parent 6f6198c commit 48c09c8

File tree

1 file changed

+1
-0
lines changed
  • articles/cognitive-services/Face/QuickStarts

1 file changed

+1
-0
lines changed

articles/cognitive-services/Face/QuickStarts/Python.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Alternately, you can run this quickstart from the command line with the followin
4848

4949
```python
5050
import requests
51+
import json
5152

5253
subscription_key = None
5354
assert subscription_key

0 commit comments

Comments
 (0)