Skip to content

Commit 1f0b67d

Browse files
authored
fix(slack): Remove unused Holmes callback from SlackSender class in sender.py (#2027)
Signed-off-by: Nicolas Clavier <nicolas.clavier@bedrockstreaming.com>
1 parent 76d1553 commit 1f0b67d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/robusta/integrations/slack/sender.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,6 @@ def __send_finding_to_slack_preview(
806806
)
807807
blocks.append(links_block)
808808

809-
if HOLMES_ENABLED and HOLMES_ASK_SLACK_BUTTON_ENABLED:
810-
blocks.append(self.__create_holmes_callback(finding))
811-
812809
if not sink_params.get_custom_template():
813810
blocks.append(MarkdownBlock(text=f"*Source:* `{self.cluster_name}`"))
814811

0 commit comments

Comments
 (0)