aider: chore: Remove unnecessary comment in mdstream.py

This commit is contained in:
Peter Schilling (aider) 2025-03-27 14:08:04 -07:00
parent 13b62e3d06
commit d5cec5f71e

View file

@ -85,7 +85,7 @@ class NoInsetMarkdown(Markdown):
**Markdown.elements,
"fence": NoInsetCodeBlock,
"code_block": NoInsetCodeBlock,
"heading_open": LeftHeading, # Use the correct token type key
"heading_open": LeftHeading,
}