From 98f5cd9393f019c620ad182c63dca90eea71e316 Mon Sep 17 00:00:00 2001 From: Kelson Vibber Date: Sun, 28 May 2023 22:25:01 -0700 Subject: [PATCH] apply linting --- bookwyrm/views/rss_feed.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bookwyrm/views/rss_feed.py b/bookwyrm/views/rss_feed.py index e1835820e..0dea6d92a 100644 --- a/bookwyrm/views/rss_feed.py +++ b/bookwyrm/views/rss_feed.py @@ -169,8 +169,7 @@ class RssCommentsOnlyFeed(Feed): def item_link(self, item): """link to the status""" return item.local_path - + def item_pubdate(self, item): """publication date of the item""" return item.published_date -