Sort imports according to PEP8 for components starting with "A" (#29761)
This commit is contained in:
parent
73de69896b
commit
96961b9bcc
35 changed files with 97 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue