Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Nov 28, 2023
1 parent 6b94c63 commit 183aa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackblocks/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 183aa1c

Please sign in to comment.