We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6198c commit 48c09c8Copy full SHA for 48c09c8
articles/cognitive-services/Face/QuickStarts/Python.md
@@ -48,6 +48,7 @@ Alternately, you can run this quickstart from the command line with the followin
48
49
```python
50
import requests
51
+import json
52
53
subscription_key = None
54
assert subscription_key
0 commit comments