Sort imports according to PEP8 for hue (#29757)

This commit is contained in:
Bas Nijholt 2019-12-09 13:25:04 +01:00 committed by Franck Nijhof
parent abfcc18004
commit c7cf1b820c
3 changed files with 4 additions and 4 deletions

View file

@ -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