From e32970f191838fce74895d7f9c7e3de1ae17e497 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 16 Feb 2024 14:35:31 +0100 Subject: [PATCH] Fix new complaint by ruff 0.2.1 (#4898) --- supervisor/mounts/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/mounts/mount.py b/supervisor/mounts/mount.py index 3ed4ec250..c6d1535e8 100644 --- a/supervisor/mounts/mount.py +++ b/supervisor/mounts/mount.py @@ -249,7 +249,7 @@ class Mount(CoreSysAttributes, ABC): DBUS_ATTR_ACTIVE_STATE ].value - except asyncio.TimeoutError: + except TimeoutError: _LOGGER.warning( "Mount %s still in state %s after waiting for 30 seconds to complete", self.name,