From 2e0cbd1e8b7c877d958985b8dd6001d7866c6f49 Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Mon, 16 Oct 2023 07:36:46 +0000 Subject: [PATCH] Style Reformatting --- tags/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/views.py b/tags/views.py index a4d0629f..3fa31138 100644 --- a/tags/views.py +++ b/tags/views.py @@ -69,7 +69,7 @@ async def confirm( timeout: int = 60, *, cancel_message: str = "Action cancelled.", - **kwargs + **kwargs, ) -> bool: view = cls(timeout, cancel_message=cancel_message) await view.send_initial_message(ctx, content, **kwargs)