From 8bcf904634ae1ad8b150f61d64413b994420e9cd Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Mon, 18 May 2026 17:02:51 +0200 Subject: [PATCH] Remove non-existent hex_string_to_bytes from __all__ This function was listed in __all__ but never defined anywhere in the codebase, causing ImportError for anyone doing 'from envertech_local import *'. --- envertech_local/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/envertech_local/__init__.py b/envertech_local/__init__.py index df969e8..cd0c456 100644 --- a/envertech_local/__init__.py +++ b/envertech_local/__init__.py @@ -12,7 +12,6 @@ "build_inverter_break_command", "build_inverter_powercontrol_command", "build_inverter_command", - "hex_string_to_bytes", "check_cs", "parse_module_data", "get_inverter_data",