Skip to content

Commit

Permalink
style: format code with Autopep8
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 7590f80 according to the output
from Autopep8.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Feb 17, 2024
1 parent 7590f80 commit 00a86c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bot/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def __book_preview_to_page(link: str) -> str:
query = parse_qs(parser.query)
subfolder_value: str = query.get('subfolder', '')[0]
doc_value: str = query.get('doc', '')[0]
page_link: str = f'https//ir.vnulib.edu.vn/flowpaper/services/view.php?doc={
doc_value}&format =jpg&subfolder={subfolder_value}'
page_link: str = f'https//ir.vnulib.edu.vn/flowpaper/services/view.php?doc = {
doc_value} & format = jpg & subfolder = {subfolder_value}'
return page_link

@staticmethod
Expand Down

0 comments on commit 00a86c2

Please sign in to comment.