Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Feb 5, 2024
1 parent 033d87c commit eb70fb0
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 @@ -529,7 +529,7 @@ class ShadowWhatsappBlock:
buttons: list[dict[str, Any]] = field(default_factory=list)
example_values: list[str] = field(default_factory=list)
variation_messages: list["ShadowVariationBlock"] = field(default_factory=list)
footer: str | None = None
footer: str = ""

@property
def wagtail_format(
Expand Down

0 comments on commit eb70fb0

Please sign in to comment.