Sort imports according to PEP8 for unifi (#29656)
This commit is contained in:
parent
3b0f29fe95
commit
2da3848f89
11 changed files with 19 additions and 31 deletions
|
@ -2,9 +2,8 @@
|
|||
from copy import deepcopy
|
||||
|
||||
from homeassistant.components import unifi
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
import homeassistant.components.sensor as sensor
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from .test_controller import ENTRY_CONFIG, SITES, setup_unifi_integration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue