mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Sort imports according to PEP8 for zwave (#29658)
This commit is contained in:
committed by
Franck Nijhof
parent
41cd678f00
commit
16a7408f23
@@ -1,10 +1,9 @@
|
||||
"""Test Z-Wave Websocket API."""
|
||||
from homeassistant.bootstrap import async_setup_component
|
||||
|
||||
from homeassistant.components.zwave.const import (
|
||||
CONF_USB_STICK_PATH,
|
||||
CONF_AUTOHEAL,
|
||||
CONF_POLLING_INTERVAL,
|
||||
CONF_USB_STICK_PATH,
|
||||
)
|
||||
from homeassistant.components.zwave.websocket_api import ID, TYPE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user