From 4095de8f11c2a205f1d67f7330b69f6a0a9677c6 Mon Sep 17 00:00:00 2001 From: escoand Date: Fri, 3 Jan 2020 12:31:36 +0100 Subject: [PATCH] ignore unused import --- homeassistant/components/samsungtv/config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/samsungtv/config_flow.py b/homeassistant/components/samsungtv/config_flow.py index fea7eaa1103..4e35ea5fdbf 100644 --- a/homeassistant/components/samsungtv/config_flow.py +++ b/homeassistant/components/samsungtv/config_flow.py @@ -21,6 +21,7 @@ from homeassistant.const import ( CONF_PORT, ) +# pylint:disable=unused-import from .const import ( CONF_MANUFACTURER, CONF_MODEL,