Skip to content

Commit 4206d3a

Browse files
authored
Merge pull request #97441 from ram-msft/patch-4
Added missing os and sys
2 parents 7312641 + d105de7 commit 4206d3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2929
To create and run the sample, copy the following code into the code editor.
3030

3131
```python
32+
import os
33+
import sys
3234
import requests
3335
# If you are using a Jupyter notebook, uncomment the following line.
3436
# %matplotlib inline

0 commit comments

Comments
 (0)