mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Sort imports according to PEP8 for zwave (#29658)
This commit is contained in:
committed by
Franck Nijhof
parent
41cd678f00
commit
16a7408f23
@@ -3,7 +3,7 @@ from unittest.mock import patch
|
||||
|
||||
from homeassistant.components.zwave import switch
|
||||
|
||||
from tests.mock.zwave import MockNode, MockValue, MockEntityValues, value_changed
|
||||
from tests.mock.zwave import MockEntityValues, MockNode, MockValue, value_changed
|
||||
|
||||
|
||||
def test_get_device_detects_switch(mock_openzwave):
|
||||
|
||||
Reference in New Issue
Block a user