mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix new complaint by ruff 0.2.1 (#4898)
This commit is contained in:
parent
897cc36017
commit
e32970f191
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user