Fix ruff lint errors

This commit is contained in:
2026-09-21 14:43:37 +00:00
parent d0ce619db7
commit cc2cc23b3b
19 changed files with 118 additions and 99 deletions
+1
View File
@@ -50,6 +50,7 @@ class Node(msgspec.Struct, omit_defaults=True):
#: "Language index maintenance" below).
langs: dict[str, True] = {}
class Data(msgspec.Struct):
...
#: API keys gating the translator service WebSocket (/_translate/{key}):