Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: some lint fixes [(#3750)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 13, 2020
1 parent 3babc58 commit 168b604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion samples/snippets/ssml_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@


# [START tts_ssml_address_imports]
import html

from google.cloud import texttospeech

import html
# [END tts_ssml_address_imports]


Expand Down
5 changes: 2 additions & 3 deletions samples/snippets/ssml_addresses_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os

from ssml_addresses import text_to_ssml
from ssml_addresses import ssml_to_audio

import os
from ssml_addresses import text_to_ssml


def test_text_to_ssml(capsys):
Expand Down

0 comments on commit 168b604

Please sign in to comment.