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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue