10000 made recommended fixes (#2419) · blechdom/python-docs-samples@c5f7249 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5f7249

Browse files
blechdomgguuss
authored andcommitted
made recommended fixes (GoogleCloudPlatform#2419)
1 parent 660b9f0 commit c5f7249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/cloud-client/transcribe_dlp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2018 Google Inc. All Rights Reserved.
3+
# Copyright 2019 Google Inc. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ def deidentify(file_name, project_id):
7777
# Detects speech in the audio file
7878
response = speech_client.recognize(config, audio)
7979

80-
transcript = ""
80+
transcript = ''
8181

8282
for result in response.results:
8383
transcript = transcript + result.alternatives[0].transcript

0 commit comments

Comments
 (0)
0