Move AmazonPolly imports (#27443)

pull/27559/head
Paolo Tuninetto 2019-10-12 21:57:18 +02:00 committed by Paulus Schoutsen
parent 652bf54044
commit 17b1ba2e9f
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
"""Support for the Amazon Polly text to speech service."""
import logging
import boto3
import voluptuous as vol
@ -156,8 +157,6 @@ def get_engine(hass, config):
config[CONF_SAMPLE_RATE] = sample_rate
import boto3
profile = config.get(CONF_PROFILE_NAME)
if profile is not None: