mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-01 16:23:14 +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.seek(0)
|
||||||
response = discord.File(response, filename="image.gif")
|
response = discord.File(response, filename="image.gif")
|
||||||
|
|
||||||
time_taken = (
|
time_taken = (datetime.datetime.now() - start_time).microseconds / 1000
|
||||||
(datetime.datetime.now() - start_time).microseconds
|
|
||||||
/ 1000
|
|
||||||
)
|
|
||||||
|
|
||||||
embed = (
|
embed = (
|
||||||
discord.Embed(
|
discord.Embed(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue