mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-23 03:44:57 +00:00
style: format code with black
Format code with black
This commit fixes the style issues introduced in f0f3d3b
according to the output
from Black.
Details: None
This commit is contained in:
parent
f0f3d3b1d3
commit
dd8f0725e9
2 changed files with 24 additions and 10 deletions
|
@ -27,7 +27,9 @@ class Animals(commands.Cog):
|
|||
return
|
||||
|
||||
async with ctx.typing():
|
||||
request = requests.get("https://api.tinyfox.dev/img?animal=" + animal_choice)
|
||||
request = requests.get(
|
||||
"https://api.tinyfox.dev/img?animal=" + animal_choice
|
||||
)
|
||||
|
||||
with BytesIO(request.content) as response:
|
||||
response.seek(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue