Fixes linter warning in ZHA sensor (#24406)

pull/24410/head
Franck Nijhof 2019-06-08 13:29:36 +02:00 committed by David F. Mulcahey
parent 67e87f9048
commit 95d460c8bd
1 changed files with 1 additions and 0 deletions

View File

@ -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."""