From 9735bab0a339097b38961c7b7c6f3e0ba3bc398e Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Wed, 26 Jun 2024 09:52:48 +0100 Subject: [PATCH] mypy hint --- custom_components/ramses_cc/config_flow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ramses_cc/config_flow.py b/custom_components/ramses_cc/config_flow.py index f5ee730..3b58959 100644 --- a/custom_components/ramses_cc/config_flow.py +++ b/custom_components/ramses_cc/config_flow.py @@ -6,7 +6,7 @@ from copy import deepcopy from typing import Any, Final -import voluptuous as vol # type: ignore[import-untyped] +import voluptuous as vol # type: ignore[import-untyped, unused-ignore] from homeassistant.components import usb from homeassistant.config_entries import ( ConfigEntry, @@ -20,7 +20,7 @@ from homeassistant.data_entry_flow import FlowHandler, FlowResult from homeassistant.helpers import config_validation as cv, selector from homeassistant.helpers.storage import Store -from serial.tools import list_ports # type: ignore[import-untyped, unused-ignore] +from serial.tools import list_ports # type: ignore[import-untyped] from ramses_rf.schemas import ( SCH_GATEWAY_DICT,