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