From 183aa1c15614299bb389a14cf90530f6f81e38d6 Mon Sep 17 00:00:00 2001 From: Nicholas Lambourne Date: Tue, 28 Nov 2023 19:51:41 +1000 Subject: [PATCH] fmt --- slackblocks/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slackblocks/views.py b/slackblocks/views.py index 7868e4e..67da02f 100644 --- a/slackblocks/views.py +++ b/slackblocks/views.py @@ -49,7 +49,7 @@ def _resolve(self) -> Dict[str, Any]: if self.external_id: view["external_id"] = self.external_id return view - + def to_dict(self) -> Dict[str, Any]: return self._resolve()