mattermost: remove unused _BOT_MENTION_RE

This commit is contained in:
Kenneth Zhao 2026-06-23 08:33:51 +00:00 committed by Xubin Ren
parent a710a7d6f7
commit 76877036f7

View File

@ -73,8 +73,6 @@ class MattermostChannel(BaseChannel):
name = "mattermost"
display_name = "Mattermost"
_BOT_MENTION_RE = re.compile(r"@\S+")
@classmethod
def default_config(cls) -> dict[str, Any]:
return MattermostConfig().model_dump(by_alias=True)