apply linting

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

View file

@ -173,4 +173,3 @@ class RssCommentsOnlyFeed(Feed):
def item_pubdate(self, item): def item_pubdate(self, item):
"""publication date of the item""" """publication date of the item"""
return item.published_date return item.published_date