Sort imports according to PEP8 for arduino (#29702)
This commit is contained in:
parent
852996700f
commit
69f790f6cc
3 changed files with 9 additions and 7 deletions
|
@ -4,7 +4,7 @@ import logging
|
|||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components import arduino
|
||||
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
|
||||
from homeassistant.components.switch import PLATFORM_SCHEMA, SwitchDevice
|
||||
from homeassistant.const import CONF_NAME
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue