From 3d076fb2237da6014795d33092371d17b07662f5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 3 Feb 2026 12:11:51 -0300 Subject: [PATCH] lint: dedupe token constant --- atlasbot/engine/answerer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atlasbot/engine/answerer.py b/atlasbot/engine/answerer.py index f54c477..af8a8fa 100644 --- a/atlasbot/engine/answerer.py +++ b/atlasbot/engine/answerer.py @@ -21,7 +21,6 @@ FOLLOWUP_SHORT_WORDS = 6 TOKEN_MIN_LEN = 3 NS_ENTRY_MIN_LEN = 2 DEDUP_MIN_SENTENCES = 3 -TOKEN_MIN_LEN = 3 RUNBOOK_SIMILARITY_THRESHOLD = 0.4