From eb70fb04b5de229c991f831d4817f8fcebf03238 Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Mon, 5 Feb 2024 10:43:10 +0200 Subject: [PATCH] fix linting --- home/import_content_pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/import_content_pages.py b/home/import_content_pages.py index 8eca4329..78beafe9 100644 --- a/home/import_content_pages.py +++ b/home/import_content_pages.py @@ -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(