Skip to content

Commit 0afb6f2

Browse files
JuliaEdomclaude
andcommitted
style: ruff format app/components/output.py
Satisfies the CI "Ruff format check" step (single-quote f-string outer to avoid escaping). Formatting only, no logic change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 28a7784 commit 0afb6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def render_output(output: OutputFormat | None, *, caption: str) -> None:
6464
st.metric(scalar_metric_label(output.column), str(output.value))
6565
elif isinstance(output, Sentence):
6666
st.markdown(
67-
f"<div style=\"font-size:1.2rem; line-height:1.5; "
67+
f'<div style="font-size:1.2rem; line-height:1.5; '
6868
f"color:var(--text); font-weight:500; "
6969
f'margin:0.4rem 0 0.6rem;">{output.text}</div>',
7070
unsafe_allow_html=True,

0 commit comments

Comments
 (0)