Skip to content

Commit

Permalink
Adding encoding for UTF8 Python files in Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 23, 2018
1 parent 090f4cf commit 9316004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/language/text_analytics_samples.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import os

from azure.cognitiveservices.language.textanalytics import TextAnalyticsAPI
Expand Down

0 comments on commit 9316004

Please sign in to comment.