Skip to content

Commit ff2eca5

Browse files
committed
update
1 parent 5f0af1a commit ff2eca5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/generate_code_snippet_mdx.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ def _expand_to_deepagents_codegroup(
114114
"""Wrap `content` in a CodeGroup, one tab per quickstart model variant."""
115115
start, end = canonical_span
116116
parts = [
117-
_codegroup_fence(title, fence_lang, _replace_span(content, start, end, model_token))
117+
_codegroup_fence(
118+
title, fence_lang, _replace_span(content, start, end, model_token)
119+
)
118120
for title, model_token in tab_definitions
119121
]
120122
return "<CodeGroup>\n" + "\n\n".join(parts) + "\n</CodeGroup>\n"

0 commit comments

Comments
 (0)