mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
Sort imports according to PEP8 for deconz (#29659)
This commit is contained in:
committed by
Franck Nijhof
parent
2da3848f89
commit
41cd678f00
@@ -4,11 +4,10 @@ from copy import deepcopy
|
||||
from asynctest import patch
|
||||
|
||||
from homeassistant.components import deconz
|
||||
import homeassistant.components.cover as cover
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
import homeassistant.components.cover as cover
|
||||
|
||||
from .test_gateway import ENTRY_CONFIG, DECONZ_WEB_REQUEST, setup_deconz_integration
|
||||
from .test_gateway import DECONZ_WEB_REQUEST, ENTRY_CONFIG, setup_deconz_integration
|
||||
|
||||
COVERS = {
|
||||
"1": {
|
||||
|
||||
Reference in New Issue
Block a user