Skip to content

Commit 9316004

Browse files
committed
Adding encoding for UTF8 Python files in Python 2.7
1 parent 090f4cf commit 9316004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/language/text_analytics_samples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import os
24

35
from azure.cognitiveservices.language.textanalytics import TextAnalyticsAPI

0 commit comments

Comments
 (0)