lint: apply manual ruff cleanup (non-preview files)

This commit is contained in:
Leo Vasanko
2026-04-26 06:16:42 +00:00
parent 9321961a11
commit 3767fb0cec
29 changed files with 169 additions and 223 deletions
-2
View File
@@ -4,8 +4,6 @@ from typing import Any
import msgspec
from cista import config
class ErrorMsg(msgspec.Struct):
error: dict[str, Any]