pylint, fuck you! 🖕
All checks were successful
Safety Check / safety-check (pull_request) Successful in -2s
Code Quality Check / quality-check (pull_request) Successful in 13s

This commit is contained in:
wirehack7 2025-05-01 19:30:45 +02:00
parent b3045bf724
commit 9145ac1bb4
Signed by: wirehack7
GPG Key ID: C9F4CF85BA505ADC

View File

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