Skip to content

Commit

Permalink
style: apply ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Makcal committed Aug 8, 2024
1 parent 6e4d1ca commit 690fe62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bot/dialogs/create_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ async def on_process_result(start_data: dict, result: str | None, manager: Dialo
return
form.description = result if result != "" else None
await Events._prompt_step(
"enter_start_date", PromptDialogStartData("a start date (d.m.Y H:M)", filter=datetime_validator), manager
"enter_start_date",
PromptDialogStartData("a start date (d.m.Y H:M)", filter=datetime_validator),
manager,
)
case "enter_start_date":
if result is None:
Expand Down

0 comments on commit 690fe62

Please sign in to comment.