From 9e2b8e0d529ed04dab9a63d221c32b4305501ef0 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 8 Mar 2025 20:36:48 +0100 Subject: [PATCH] :art: Format code --- src/pycord_rest/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pycord_rest/app.py b/src/pycord_rest/app.py index ad1e19a..5f76256 100644 --- a/src/pycord_rest/app.py +++ b/src/pycord_rest/app.py @@ -89,7 +89,6 @@ class App(discord.Bot): async def on_interaction(self, *args: Never, **kwargs: Never) -> None: pass - @override async def process_application_commands( # noqa: PLR0912 self, interaction: Interaction, auto_sync: bool | None = None