fix: intake.py format (ruff format)
This commit is contained in:
@@ -98,7 +98,6 @@ def verarbeite_submission(submission: Submission) -> dict[str, object]:
|
|||||||
return {
|
return {
|
||||||
"kommando": KommandoTyp.UNBEKANNT.value,
|
"kommando": KommandoTyp.UNBEKANNT.value,
|
||||||
"antwort": (
|
"antwort": (
|
||||||
"🤔 Das habe ich nicht verstanden. Schreib 'hilfe' "
|
"🤔 Das habe ich nicht verstanden. Schreib 'hilfe' für eine Liste der Kommandos."
|
||||||
"für eine Liste der Kommandos."
|
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user