Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: mypy

seik b0abad2d 848c79d0

+2 -2
+2 -2
kefi/routers/responses.py
··· 1 - from typing import Dict, Optional 1 + from typing import Any, Dict, List, Optional 2 2 3 3 from slack_sdk.models.attachments import ActionButton 4 4 ··· 82 82 83 83 def build_response(self) -> None: 84 84 """Creates the response using the data in action and""" 85 - blocks = [] 85 + blocks: List[Any] = [] 86 86 blocks.append( 87 87 Header( 88 88 text=PlainText(