Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Feb 20, 2025
1 parent 4a05d75 commit 3b1ebcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/import_content_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def perform_import(self) -> None:
self.link_related_pages()
self.add_go_to_page_items(self.go_to_page_buttons, "buttons")
self.add_go_to_page_items(self.go_to_page_list_items, "list_items")
self.add_go_to_page_buttons()
self.add_go_to_page_list_items()
self.add_media_link(rows)

def add_media_link(self, rows: list["ContentRow"]) -> None:
Expand Down

0 comments on commit 3b1ebcf

Please sign in to comment.