diff --git a/custom_components/shopping_list_manager/storage.py b/custom_components/shopping_list_manager/storage.py index 206d3a7..606ac43 100644 --- a/custom_components/shopping_list_manager/storage.py +++ b/custom_components/shopping_list_manager/storage.py @@ -1,7 +1,7 @@ """Storage management for Shopping List Manager.""" import logging from typing import Dict, List, Optional, Any - +from .utils.search import ProductSearch from homeassistant.core import HomeAssistant from homeassistant.helpers.storage import Store