mirror of
https://github.com/usestrix/strix.git
synced 2026-08-20 10:33:34 +02:00
refactor(reports): fold fence helpers into report writer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user