mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
style: format code with black and isort (#276)
Format code with black and isort
This commit fixes the style issues introduced in 6172729 according to the output
from Black and isort.
Details: None
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
6172729559
commit
7bda0ebd70
1 changed files with 1 additions and 2 deletions
|
|
@ -228,8 +228,7 @@ async def gsearch(_, message):
|
|||
parse = json.loads(arr)
|
||||
total = len(parse)
|
||||
res = "".join(
|
||||
f"<a href='{i['link']}'>{i['title']}</a>\n{i['snippet']}\n\n"
|
||||
for i in parse
|
||||
f"<a href='{i['link']}'>{i['title']}</a>\n{i['snippet']}\n\n" for i in parse
|
||||
)
|
||||
except Exception:
|
||||
exc = traceback.format_exc()
|
||||
|
|
|
|||
Loading…
Reference in a new issue