Format the provenance test so ruff stops failing on it

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H7LwYgJfpkbLCTeiAf8U4A
This commit is contained in:
2026-08-16 16:44:23 +02:00
co-authored by Claude Fable 5
parent 93b4a9a0b1
commit a733e0d582
+1 -3
View File
@@ -74,9 +74,7 @@ def test_a_value_from_a_dashboard_says_so_rather_than_blaming_a_node():
pipeline.publish( pipeline.publish(
{"house.temp": 25.0}, {"house.temp": 25.0},
ValueSource( ValueSource(kind="dashboard", id="panel", label="Setpoint", detail="slider"),
kind="dashboard", id="panel", label="Setpoint", detail="slider"
),
) )
published = [e for e in events if e["type"] == "message_value"] published = [e for e in events if e["type"] == "message_value"]