From 9944193606ef65235c5b99903885c26411118d45 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 9 Mar 2023 03:19:24 +0000 Subject: [PATCH] Format Python code with psf/black push --- models/search_model.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/models/search_model.py b/models/search_model.py index 2c9b2a9..f21df3d 100644 --- a/models/search_model.py +++ b/models/search_model.py @@ -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: