Sort imports according to PEP8 for hue (#29757)
This commit is contained in:
parent
abfcc18004
commit
c7cf1b820c
3 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ import logging
|
|||
from unittest.mock import Mock
|
||||
|
||||
import aiohue
|
||||
from aiohue.lights import Lights
|
||||
from aiohue.groups import Groups
|
||||
from aiohue.lights import Lights
|
||||
import pytest
|
||||
|
||||
from homeassistant import config_entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue