Switch formatting from black to ruff-format (#102893)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
cf9b0e804f
commit
706add4a57
161 changed files with 530 additions and 607 deletions
|
@ -55,11 +55,12 @@ def bypass_api_fixture() -> None:
|
|||
), patch(
|
||||
"homeassistant.components.roborock.coordinator.RoborockLocalClient._wait_response"
|
||||
), patch(
|
||||
"roborock.api.AttributeCache.async_value"
|
||||
"roborock.api.AttributeCache.async_value",
|
||||
), patch(
|
||||
"roborock.api.AttributeCache.value"
|
||||
"roborock.api.AttributeCache.value",
|
||||
), patch(
|
||||
"homeassistant.components.roborock.image.MAP_SLEEP", 0
|
||||
"homeassistant.components.roborock.image.MAP_SLEEP",
|
||||
0,
|
||||
):
|
||||
yield
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue