Skip to content

Commit

Permalink
reformat file with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Feb 20, 2025
1 parent e3ece4c commit fb3e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/import_content_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def create_shadow_content_page_from_row(
quick_replies=row.quick_replies,
triggers=row.triggers,
parent=row.parent,
related_pages=row.related_pages
related_pages=row.related_pages,
)

self.shadow_pages[(row.slug, locale)] = page
Expand Down

0 comments on commit fb3e33b

Please sign in to comment.