mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix bad-whitespace
This commit is contained in:
@@ -254,6 +254,8 @@ def _average_tuple(*args):
|
|||||||
return tuple(sum(l) / len(l) for l in zip(*args))
|
return tuple(sum(l) / len(l) for l in zip(*args))
|
||||||
|
|
||||||
|
|
||||||
|
# https://github.com/PyCQA/pylint/issues/1831
|
||||||
|
# pylint: disable=bad-whitespace
|
||||||
def _reduce_attribute(states: List[State],
|
def _reduce_attribute(states: List[State],
|
||||||
key: str,
|
key: str,
|
||||||
default: Optional[Any] = None,
|
default: Optional[Any] = None,
|
||||||
|
Reference in New Issue
Block a user