Skip to content

Commit

Permalink
black and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Mar 7, 2024
1 parent c91ffdb commit 493500d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/redturtle/volto/adapters/rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@

@adapter(IEvent, IFeed)
class EventItem(DexterityItem):

@property
def startdate(self):
"""
Same format as other dates in
Same format as other dates in
Products.CMFPlone.browser.syndication.adapters
"""
date = self.context.start.isoformat()
Expand Down

0 comments on commit 493500d

Please sign in to comment.