From fb35c716779cc0e9dd97bc661b067d14c2ddf0c3 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:34:57 +0000 Subject: [PATCH] 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 --- lynxie/commands/image.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lynxie/commands/image.py b/lynxie/commands/image.py index a8c9bc8..10410d8 100644 --- a/lynxie/commands/image.py +++ b/lynxie/commands/image.py @@ -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(