Sort imports according to PEP8 for components starting with "A" (#29761)

This commit is contained in:
Bas Nijholt 2019-12-09 13:57:24 +01:00 committed by Franck Nijhof
parent 73de69896b
commit 96961b9bcc
35 changed files with 97 additions and 101 deletions

View file

@ -1,7 +1,7 @@
"""Support for the Amazon Polly text to speech service."""
import logging
import boto3
import boto3
import voluptuous as vol
from homeassistant.components.tts import PLATFORM_SCHEMA, Provider