Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc97f4d

Browse filesBrowse files
authored
Remove unused region_tag comment. (GoogleCloudPlatform#3075)
1 parent fc86198 commit bc97f4d
Copy full SHA for bc97f4d

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎language/generated-samples/v1/language_sentiment_text.py

Copy file name to clipboardExpand all lines: language/generated-samples/v1/language_sentiment_text.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.