mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Lint
This commit is contained in:
@@ -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
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/light.group/
|
https://home-assistant.io/components/light.group/
|
||||||
"""
|
"""
|
||||||
import asyncio
|
|
||||||
import logging
|
import logging
|
||||||
import itertools
|
import itertools
|
||||||
from typing import List, Tuple, Optional, Iterator, Any, Callable
|
from typing import List, Tuple, Optional, Iterator, Any, Callable
|
||||||
|
Reference in New Issue
Block a user