Fix circular dependency

This commit is contained in:
vlebourl 2022-04-07 17:11:38 +02:00
parent 00d4d5a846
commit ee1e7e7496

View File

@ -4,8 +4,8 @@ import json
import logging import logging
from typing import Dict, Tuple, Union from typing import Dict, Tuple, Union
from pyvesync.helpers import Helpers from .helpers import Helpers
from pyvesync.vesyncbasedevice import VeSyncBaseDevice from .vesyncbasedevice import VeSyncBaseDevice
humid_features: dict = { humid_features: dict = {
"Classic300S": { "Classic300S": {