From 9145ac1bb4b08ed00883bb327b47d9adc899d4ff Mon Sep 17 00:00:00 2001 From: wirehack7 Date: Thu, 1 May 2025 19:30:45 +0200 Subject: [PATCH] =?UTF-8?q?pylint,=20fuck=20you!=20=F0=9F=96=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index c9984e8..c99f54a 100644 --- a/src/main.py +++ b/src/main.py @@ -58,7 +58,7 @@ async def on_ready(): orientation="portrait or landscape (Standard: portrait)", seed="Optional seed (integer). If empty, a random one will be generated", ) -# pylint: disable=too-many-locals,too-many-return-statements +# pylint: disable=too-many-locals,too-many-return-statements,too-many-statements async def generate( interaction: discord.Interaction, prompt: str,