1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Sort imports according to PEP8 for unifi (#29656)

This commit is contained in:
Bas Nijholt
2019-12-09 12:19:34 +01:00
committed by Franck Nijhof
parent 3b0f29fe95
commit 2da3848f89
11 changed files with 19 additions and 31 deletions

View File

@@ -3,11 +3,10 @@ from copy import deepcopy
from homeassistant import config_entries
from homeassistant.components import unifi
import homeassistant.components.switch as switch
from homeassistant.helpers import entity_registry
from homeassistant.setup import async_setup_component
import homeassistant.components.switch as switch
from .test_controller import (
CONTROLLER_HOST,
ENTRY_CONFIG,