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

@ -4,8 +4,8 @@ import logging
import voluptuous as vol
from homeassistant.components.alarm_control_panel import (
AlarmControlPanel,
FORMAT_NUMBER,
AlarmControlPanel,
)
from homeassistant.components.alarm_control_panel.const import (
SUPPORT_ALARM_ARM_AWAY,