Skip to content

Commit

Permalink
PEP8: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Huji authored May 7, 2024
1 parent b126238 commit 228c64a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HujiBot/weekly.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def main(sqlnum, maxtime):
FROM page
JOIN pagelinks
ON page_id = pl_from
JOIN linktarget
JOIN linktarget
ON pl_target_id = lt_id
LEFT JOIN categorylinks c2
ON page_id = c2.cl_from
Expand Down Expand Up @@ -1667,7 +1667,7 @@ def main(sqlnum, maxtime):
JOIN categorylinks
ON p1.page_id = cl_from
AND cl_to = 'همه_صفحه‌های_ابهام‌زدایی'
JOIN linktarget
JOIN linktarget
ON lt_title = page_title
AND lt_namespace = 0
JOIN pagelinks
Expand Down Expand Up @@ -1699,9 +1699,9 @@ def main(sqlnum, maxtime):
JOIN categorylinks
ON page_id = cl_from
AND cl_to = 'همه_صفحه‌های_ابهام‌زدایی'
JOIN linktarget
JOIN linktarget
ON lt_title = page_title
JOIN pagelinks
JOIN pagelinks
ON pl_target_id = lt_id
JOIN (
SELECT *
Expand Down

0 comments on commit 228c64a

Please sign in to comment.