Skip to content

Commit

Permalink
Address unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Feb 23, 2024
1 parent d06fa51 commit f4732af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone/request/forum_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get(
return list(
map(
lambda post: process_post(source, post),
soup.find_all(class_="post"),
container.find_all(class_="post"),
)
)
# TODO queue per-post jobs into batches of at most 10
Expand Down

0 comments on commit f4732af

Please sign in to comment.