Format Python code with psf/black push

github-actions 1 year ago
parent 73def1c1f2
commit 9944193606

@ -186,7 +186,12 @@ class Search:
[item["link"] for item in data["items"]],
)
else:
raise ValueError("Error while retrieving links, the response returned " + str(response.status) + " with the message "+ str(await response.text()) )
raise ValueError(
"Error while retrieving links, the response returned "
+ str(response.status)
+ " with the message "
+ str(await response.text())
)
async def try_edit(self, message, embed):
try:

Loading…
Cancel
Save