From 2777a8189fc6e51a0b78cc32b94bd20059324a42 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 27 Feb 2018 21:37:39 +0100 Subject: [PATCH] Lint --- homeassistant/components/light/group.py | 1 - 1 file changed, 1 deletion(-) 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