[gemma4] make pytest and linters happy

This commit is contained in:
2026-06-19 11:29:36 +02:00
parent f56a94e35e
commit 6459d63f2b
5 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from re import MULTILINE, compile as recompile, finditer
from pygls.workspace import TextDocument
from skillls.checker import check_content_for_errors
from skillls.types import URI, Node, NodeKind
from skillls.types import Node, NodeKind
logger = getLogger(__name__)