Fix lint warnings

This commit is contained in:
Ben Sturmfels 2024-04-24 17:38:22 +10:00
parent b1fe2483ae
commit e01c27ea3e
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -223,9 +223,11 @@ class CastFeed(CastFeedBase):
def item_categories(self, item): def item_categories(self, item):
return ('Technology',) 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): def feed_extra_kwargs(self, obj):
return for_podcast_feed_extra_kwargs(self, obj) return for_podcast_feed_extra_kwargs(self, obj)
@ -235,7 +237,7 @@ class CastFeed(CastFeedBase):
# FIXME: # FIXME:
# GUEST NAME GOES HERE!!! # GUEST NAME GOES HERE!!!
#<itunes:author> # <itunes:author>
# If applicable, at the item level, this tag can contain information # If applicable, at the item level, this tag can contain information
# about the person(s) featured on a specific episode. # about the person(s) featured on a specific episode.