fix: intake.py format (ruff format)

This commit is contained in:
hermes
2026-06-22 09:43:17 +00:00
parent 564f9eb4d7
commit 54fd0b453f
+1 -2
View File
@@ -98,7 +98,6 @@ def verarbeite_submission(submission: Submission) -> dict[str, object]:
return {
"kommando": KommandoTyp.UNBEKANNT.value,
"antwort": (
"🤔 Das habe ich nicht verstanden. Schreib 'hilfe' "
"für eine Liste der Kommandos."
"🤔 Das habe ich nicht verstanden. Schreib 'hilfe' für eine Liste der Kommandos."
),
}