Skip to content

Commit

Permalink
fixed import addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Feb 1, 2024
1 parent cd9a5b3 commit 4b7f284
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 @@ -597,7 +597,7 @@ def wagtail_format(self) -> dict[str, str]:

@dataclass(slots=True, frozen=True)
class ContentRow:
slug: str = ""
slug: str =
page_id: int | None = None
parent: str = ""
web_title: str = ""
Expand Down

0 comments on commit 4b7f284

Please sign in to comment.