From e9c0f508cf3df0a1c9e9f81ec7a6b6b1a91c8674 Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Thu, 1 Feb 2024 05:47:39 -0600 Subject: [PATCH] Minor tweaks --- bugbot/rules/performancebug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugbot/rules/performancebug.py b/bugbot/rules/performancebug.py index b8d971a20..d79e4a4c1 100644 --- a/bugbot/rules/performancebug.py +++ b/bugbot/rules/performancebug.py @@ -8,7 +8,7 @@ class PerformanceBug(BzCleaner): - def __init__(self, confidence_threshold=0.9): + def __init__(self, confidence_threshold: float = 0.9): super().__init__() self.confidence_threshold = confidence_threshold