apply linting

This commit is contained in:
Kelson Vibber 2023-05-28 22:25:01 -07:00
parent 637e0376d4
commit 98f5cd9393

View file

@ -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