Skip to content

Commit b5234e5

Browse files
authored
Merge pull request #97444 from ram-msft/patch-7
Added missing os and sys for python domain
2 parents 7f0b305 + 7d790e3 commit b5234e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ To create and run the landmark sample, do the following steps:
3939
1. At the prompt, use the `python` command to run the sample. For example, `python get-landmarks.py`.
4040

4141
```python
42+
import os
43+
import sys
4244
import requests
4345
# If you are using a Jupyter notebook, uncomment the following line.
4446
# %matplotlib inline

0 commit comments

Comments
 (0)