diff --git a/homeassistant/components/switch/command_switch.py b/homeassistant/components/switch/command_switch.py index 52baeebb476..3a1964ad4d0 100644 --- a/homeassistant/components/switch/command_switch.py +++ b/homeassistant/components/switch/command_switch.py @@ -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__)