fix: formatter

This commit is contained in:
Christoph Brandau
2025-08-12 11:27:14 +02:00
parent ae835089b6
commit 04798328bd
+2 -1
View File
@@ -4,7 +4,8 @@ from typing import List, Optional, Tuple
import lsprotocol.types as lsp import lsprotocol.types as lsp
from pygls.workspace.text_document import TextDocument from pygls.workspace.text_document import TextDocument
from tclint.lexer import TclSyntaxError 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 tclint.violations import Violation
from plugins.poco_plugin import commands from plugins.poco_plugin import commands
from tools import checks, parser from tools import checks, parser