From e01c27ea3e2734df1ddd5837ca3666fa757a1bc4 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 24 Apr 2024 17:38:22 +1000 Subject: [PATCH] Fix lint warnings --- conservancy/podjango/feeds.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conservancy/podjango/feeds.py b/conservancy/podjango/feeds.py index dc406130..672f7c49 100644 --- a/conservancy/podjango/feeds.py +++ b/conservancy/podjango/feeds.py @@ -223,9 +223,11 @@ class CastFeed(CastFeedBase): def item_categories(self, item): return ('Technology',) - def copyright_holder(self): return "Software Freedom Conservancy" + def copyright_holder(self): + return "Software Freedom Conservancy" - def license_no_html(self): return "Licensed under a Creative Commons Attribution-Share Alike 3.0 USA License." + def license_no_html(self): + return "Licensed under a Creative Commons Attribution-Share Alike 3.0 USA License." def feed_extra_kwargs(self, obj): return for_podcast_feed_extra_kwargs(self, obj) @@ -235,7 +237,7 @@ class CastFeed(CastFeedBase): # FIXME: # GUEST NAME GOES HERE!!! -# +# # If applicable, at the item level, this tag can contain information # about the person(s) featured on a specific episode.