mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
style: format code with black
Format code with black
This commit fixes the style issues introduced in 964fbcc
according to the output
from Black.
Details: None
This commit is contained in:
parent
964fbcc879
commit
1077d13803
1 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue