more pylint ignores
Some checks failed
Safety Check / safety-check (pull_request) Successful in -2s
Code Quality Check / quality-check (pull_request) Failing after 14s

This commit is contained in:
wirehack7 2025-05-01 14:49:47 +02:00
parent 7b8021de41
commit c2f7acb30d
Signed by: wirehack7
GPG Key ID: C9F4CF85BA505ADC

View File

@ -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,