mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-11-05 02:58:56 +01:00
Fix circular dependency
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user