From cc1afaa2182da0d33cd46849588ff0dc03be7ac1 Mon Sep 17 00:00:00 2001 From: SchiZzA Date: Thu, 26 Feb 2026 17:59:25 +0100 Subject: [PATCH] Organize imports in `__init__.py` --- custom_components/sws12500/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/sws12500/__init__.py b/custom_components/sws12500/__init__.py index d5c7b2f..16f3e79 100644 --- a/custom_components/sws12500/__init__.py +++ b/custom_components/sws12500/__init__.py @@ -27,7 +27,6 @@ period where no entities are subscribed, causing stale states until another full """ from asyncio import timeout -from inspect import isawaitable import logging from typing import Any, cast