Skip to content

Commit 577bbeb

Browse files
authored
Remove unused region_tag comment. [(#3075)](GoogleCloudPlatform/python-docs-samples#3075)
1 parent 1edbb72 commit 577bbeb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/snippets/generated-samples/v1/language_sentiment_text.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030

3131
def sample_analyze_sentiment(content):
32-
# [START language_sentiment_text_core]
3332

3433
client = language_v1.LanguageServiceClient()
3534

@@ -46,8 +45,6 @@ def sample_analyze_sentiment(content):
4645
print('Score: {}'.format(sentiment.score))
4746
print('Magnitude: {}'.format(sentiment.magnitude))
4847

49-
# [END language_sentiment_text_core]
50-
5148

5249
# [END language_sentiment_text]
5350

0 commit comments

Comments
 (0)