diff --git a/homeassistant/components/light/group.py b/homeassistant/components/light/group.py index 59724a102f4..cba3581b2f7 100644 --- a/homeassistant/components/light/group.py +++ b/homeassistant/components/light/group.py @@ -4,7 +4,6 @@ This component allows several lights to be grouped into one light. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/light.group/ """ -import asyncio import logging import itertools from typing import List, Tuple, Optional, Iterator, Any, Callable