mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
apply linting
This commit is contained in:
parent
637e0376d4
commit
98f5cd9393
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue