Move AmazonPolly imports (#27443)

This commit is contained in:
Paolo Tuninetto 2019-10-12 21:57:18 +02:00 committed by Paulus Schoutsen
parent 652bf54044
commit 17b1ba2e9f

View File

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