Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 3, 2024
1 parent 95b74cb commit d845f25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redturtle/voltoplugin/editablefooter/restapi/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

@implementer(IPublishTraverse)
class FooterColumns(Service):

def reply(self):
record = api.portal.get_registry_record(
"footer_columns", interface=IEditableFooterSettings, default=""
Expand All @@ -34,7 +33,6 @@ def reply(self):
portal_url = self.get_portal_url()
for el in data or []:
if isinstance(el, dict):

footer_top = el.get("footerTop", {}).get("blocks", {})
if footer_top:
el["footerTop"]["blocks"] = fix_footer_top_blocks(
Expand Down

0 comments on commit d845f25

Please sign in to comment.