From 5b3dcb65b44285006bd285b588c935df0edd6042 Mon Sep 17 00:00:00 2001 From: thekiwismarthome Date: Tue, 17 Feb 2026 19:14:23 +1300 Subject: [PATCH] another fix --- custom_components/shopping_list_manager/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/shopping_list_manager/__init__.py b/custom_components/shopping_list_manager/__init__.py index 50c45c0..f95bfc3 100644 --- a/custom_components/shopping_list_manager/__init__.py +++ b/custom_components/shopping_list_manager/__init__.py @@ -9,7 +9,6 @@ from homeassistant.helpers.typing import ConfigType from .const import DOMAIN, EVENT_ITEM_ADDED, EVENT_ITEM_UPDATED, EVENT_ITEM_CHECKED, EVENT_ITEM_DELETED, EVENT_LIST_UPDATED, EVENT_LIST_DELETED from .storage import ShoppingListStorage -from .websocket import register_websocket_handlers from .utils.images import ImageHandler _LOGGER = logging.getLogger(__name__)