1
0
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:
Bas Nijholt
2019-12-09 12:25:35 +01:00
committed by Franck Nijhof
parent 2da3848f89
commit 41cd678f00
13 changed files with 24 additions and 36 deletions

View File

@@ -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": {