Skip to content

Commit 7d790e3

Browse files
authored
Added missing os and sys for python domain
------- cc: @PatrickFarley
1 parent dd482bc commit 7d790e3

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)