Skip to content

Commit

Permalink
chore: fix import .util
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis committed Dec 22, 2023
1 parent a9dddc4 commit a0edbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/wibeee/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down

0 comments on commit a0edbdb

Please sign in to comment.