mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-22 11:24:59 +00:00
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
This commit is contained in:
parent
d28a759f8e
commit
f0b002b9fb
1 changed files with 6 additions and 1 deletions
|
@ -102,7 +102,12 @@ class E621(commands.Cog):
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="Tags",
|
name="Tags",
|
||||||
value=(
|
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."
|
or "No tags provided."
|
||||||
),
|
),
|
||||||
inline=False,
|
inline=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue