- fixed circular reference

This commit is contained in:
Jack Simbach 2022-08-02 16:36:50 -04:00
parent b3a73bbc28
commit bda47eea1f
1 changed files with 1 additions and 1 deletions

View File

@ -3,10 +3,10 @@ from typing import Type
from gehomesdk.erd import ErdApplianceType
from custom_components.ge_home.devices.cooktop import CooktopApi
from .base import ApplianceApi
from .oven import OvenApi
from .cooktop import CooktopApi
from .fridge import FridgeApi
from .dishwasher import DishwasherApi
from .washer import WasherApi