From 6470da9ec9961856597a2a360f8654f5dd80532a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 25 Mar 2024 16:27:19 +0000 Subject: [PATCH] Update __init__.py --- esphome/components/lora/switch/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/lora/switch/__init__.py b/esphome/components/lora/switch/__init__.py index 940de63f3f..3e82b2a3de 100644 --- a/esphome/components/lora/switch/__init__.py +++ b/esphome/components/lora/switch/__init__.py @@ -1,7 +1,6 @@ import esphome.codegen as cg import esphome.config_validation as cv from esphome.components import switch -from esphome.const import * from .. import CONF_LORA, Lora, lora_ns LoraSwitch = lora_ns.class_("LoraSwitch", switch.Switch, cg.Component)