From c2f7acb30dbf2451c1213b34c40d935d383200c8 Mon Sep 17 00:00:00 2001 From: wirehack7 Date: Thu, 1 May 2025 14:49:47 +0200 Subject: [PATCH] more pylint ignores --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index 12f8b91..f064133 100644 --- a/src/main.py +++ b/src/main.py @@ -56,6 +56,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 async def generate( interaction: discord.Interaction, prompt: str,