Merge pull request #18 from Fluffy-Bean/deepsource-transform-16634351

format code with black
This commit is contained in:
Michał Gdula 2023-09-11 23:35:10 +01:00 committed by GitHub
commit dbe660ded9
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(