From f0b002b9fbb81b8a85e2b7a2aa541a538026de6e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:32:58 +0000 Subject: [PATCH] style: format code with black Format code with black This commit fixes the style issues introduced in d28a759 according to the output from Black. Details: None --- Bot/lynxie/commands/e621.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Bot/lynxie/commands/e621.py b/Bot/lynxie/commands/e621.py index 7905108..234e83a 100644 --- a/Bot/lynxie/commands/e621.py +++ b/Bot/lynxie/commands/e621.py @@ -102,7 +102,12 @@ class E621(commands.Cog): embed.add_field( name="Tags", value=( - ", ".join(["`"+general_tags[i]+"`" for i in range(min(len(general_tags), 20))]) + ", ".join( + [ + "`" + general_tags[i] + "`" + for i in range(min(len(general_tags), 20)) + ] + ) or "No tags provided." ), inline=False,