fix formatter
/ build_and_publish (release) Successful in 33s

This commit is contained in:
Christoph Brandau
2025-08-12 11:35:54 +02:00
parent 618d6b478b
commit 579847b56d
+2 -1
View File
@@ -4,7 +4,8 @@ from typing import List, Optional, Tuple
import lsprotocol.types as lsp
from pygls.workspace.text_document import TextDocument
from tclint.lexer import TclSyntaxError
from tclint.format import Formatter, FormatterOpts
from tclint.format import FormatterOpts
from tools.formatter import NxFormatter as Formatter
from tclint.violations import Violation
from plugins.poco_plugin import commands
from tools import checks, parser