mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 18:41:44 +02:00
Change import ordering
This commit is contained in:
@@ -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
|
https://home-assistant.io/components/switch.command_switch.html
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
from homeassistant.components.switch import SwitchDevice
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
from homeassistant.components.switch import SwitchDevice
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user