refactor(reports): fold fence helpers into report writer

This commit is contained in:
Ahmed Allam
2026-07-25 13:09:57 -07:00
committed by Ahmed Allam
parent 95d2e5fba9
commit 8157ccba27
5 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import annotations
from pygments.lexers import BashLexer, PythonLexer
from strix.report.fenced import (
from strix.report.writer import (
guess_language_name,
parse_fenced_code,
resolve_lexer,