From a0edbdbc9f3e239d9082085652f404c77f8e6086 Mon Sep 17 00:00:00 2001 From: Luis Miranda <161006+luuuis@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:36:00 +0000 Subject: [PATCH] chore: fix import .util --- custom_components/wibeee/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wibeee/api.py b/custom_components/wibeee/api.py index 4646421f72..d9268f73a0 100644 --- a/custom_components/wibeee/api.py +++ b/custom_components/wibeee/api.py @@ -9,7 +9,7 @@ from homeassistant.helpers.typing import StateType from packaging import version -from util import scrub_xml_text_naively, scrub_dict_top_level +from .util import scrub_xml_text_naively, scrub_dict_top_level _LOGGER = logging.getLogger(__name__)