mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 22:34:47 +00:00
Switch formatting from black to ruff-format (#102893)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -59,7 +59,8 @@ async def serial_transport_fixture(
|
||||
) as transport_class, patch("mysensors.task.OTAFirmware", autospec=True), patch(
|
||||
"mysensors.task.load_fw", autospec=True
|
||||
), patch(
|
||||
"mysensors.task.Persistence", autospec=True
|
||||
"mysensors.task.Persistence",
|
||||
autospec=True,
|
||||
) as persistence_class:
|
||||
persistence = persistence_class.return_value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user