From f0f5f232130bb403b20ba63fe8633ee4210f414a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 19 Feb 2025 10:27:27 -0600 Subject: [PATCH] cleanup --- esphome/frame.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/frame.py b/esphome/frame.py index 64342b96d9..f3db9cbdc7 100644 --- a/esphome/frame.py +++ b/esphome/frame.py @@ -97,7 +97,6 @@ def get_component_logger(fallback_name: str) -> logging.Logger: If Python is unable to access the sources files, the call stack frame will be missing information, so let's guard by requiring a fallback name. - https://github.com/home-assistant/core/issues/24982 """ try: component_frame = get_component_frame()