mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +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
|
DBUS_ATTR_ACTIVE_STATE
|
||||||
].value
|
].value
|
||||||
|
|
||||||
except asyncio.TimeoutError:
|
except TimeoutError:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Mount %s still in state %s after waiting for 30 seconds to complete",
|
"Mount %s still in state %s after waiting for 30 seconds to complete",
|
||||||
self.name,
|
self.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user