style: format code with black

Format code with black

This commit fixes the style issues introduced in 5266b4b according to the output
from Black.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-09-11 22:34:57 +00:00 committed by GitHub
parent 5266b4bf40
commit fb35c71677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,10 +224,7 @@ class Img(commands.Cog):
response.seek(0)
response = discord.File(response, filename="image.gif")
time_taken = (
(datetime.datetime.now() - start_time).microseconds
/ 1000
)
time_taken = (datetime.datetime.now() - start_time).microseconds / 1000
embed = (
discord.Embed(