style: format code with black

Format code with black

This commit fixes the style issues introduced in 4e68539 according to the output
from Black.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-09-08 20:53:51 +00:00 committed by GitHub
parent 4e685393de
commit aa86e211e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 30 deletions

View file

@ -34,8 +34,6 @@ class Animals(commands.Cog):
embed = discord.Embed(
title=animal.capitalize(),
colour=discord.Colour.orange(),
).set_image(
url="attachment://image.png"
)
).set_image(url="attachment://image.png")
await ctx.reply(embed=embed, file=animal_file, mention_author=False)