mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 07:43:13 +00:00
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:
parent
5266b4bf40
commit
fb35c71677
1 changed files with 1 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue