Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Jun 8, 2024
1 parent 5a4a0a5 commit 26e79a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markata/plugins/feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def create_page(
feed_rss_from_cache = markata.precache.get(feed_rss_key)
feed_sitemap_from_cache = markata.precache.get(feed_sitemap_key)

posts = feed.posts
# posts = feed.posts

# card_futures = [
# create_card(markata, post, feed.config.card_template, cache) for post in posts
Expand Down

0 comments on commit 26e79a9

Please sign in to comment.