From 95d460c8bda69ffca9f0998adf25e91c865c497e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 8 Jun 2019 13:29:36 +0200 Subject: [PATCH] Fixes linter warning in ZHA sensor (#24406) --- homeassistant/components/zha/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/zha/sensor.py b/homeassistant/components/zha/sensor.py index fb4b577ff61..15ef922bd98 100644 --- a/homeassistant/components/zha/sensor.py +++ b/homeassistant/components/zha/sensor.py @@ -20,6 +20,7 @@ from .entity import ZhaEntity PARALLEL_UPDATES = 5 _LOGGER = logging.getLogger(__name__) + # Formatter functions def pass_through_formatter(value): """No op update function."""