From ee1e7e74967eb6242656485dd4071549d76bab5b Mon Sep 17 00:00:00 2001 From: vlebourl Date: Thu, 7 Apr 2022 17:11:38 +0200 Subject: [PATCH] Fix circular dependency --- custom_components/vesync/pyvesync/vesyncfan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/vesync/pyvesync/vesyncfan.py b/custom_components/vesync/pyvesync/vesyncfan.py index 7502241..102765d 100644 --- a/custom_components/vesync/pyvesync/vesyncfan.py +++ b/custom_components/vesync/pyvesync/vesyncfan.py @@ -4,8 +4,8 @@ import json import logging from typing import Dict, Tuple, Union -from pyvesync.helpers import Helpers -from pyvesync.vesyncbasedevice import VeSyncBaseDevice +from .helpers import Helpers +from .vesyncbasedevice import VeSyncBaseDevice humid_features: dict = { "Classic300S": {