style(widgets): apply formatter to widget rebind files
This commit is contained in:
@@ -375,8 +375,9 @@ async def test_ssh_task_adapter_records_history_on_run(client):
|
||||
service_record = ServiceRecord(
|
||||
id=service["id"], service_type="ssh_tasks", name="box", config={"host": "h", "username": "u"}
|
||||
)
|
||||
with patch("media_library_viewer_api.widgets.sources.get_settings_store", return_value=store), patch(
|
||||
"media_library_viewer_api.widgets.sources._build_ssh_client", return_value=fake_client
|
||||
with (
|
||||
patch("media_library_viewer_api.widgets.sources.get_settings_store", return_value=store),
|
||||
patch("media_library_viewer_api.widgets.sources._build_ssh_client", return_value=fake_client),
|
||||
):
|
||||
result = await adapter.fetch(service_record, "task_output", {"task_id": task["id"]})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user