From 73e95646cc378816069a39b949f658d13e4e70d6 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:34:59 +0100 Subject: [PATCH] Update __init__.py --- custom_components/saj_modbus/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/saj_modbus/__init__.py b/custom_components/saj_modbus/__init__.py index b3a6e48..ac2d995 100644 --- a/custom_components/saj_modbus/__init__.py +++ b/custom_components/saj_modbus/__init__.py @@ -14,7 +14,6 @@ DOMAIN, ) from .hub import SAJModbusHub -from .services import async_setup_services _LOGGER = logging.getLogger(__name__)