Fix pylint issue
This commit is contained in:
parent
27845d3fc5
commit
fe074835f0
1 changed files with 2 additions and 1 deletions
|
@ -36,9 +36,10 @@ For more details about this platform, please refer to the documentation at
|
|||
https://home-assistant.io/components/switch.command_switch.html
|
||||
"""
|
||||
import logging
|
||||
from homeassistant.components.switch import SwitchDevice
|
||||
import subprocess
|
||||
|
||||
from homeassistant.components.switch import SwitchDevice
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue