Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Feb 1, 2024
1 parent 595768b commit e9c0f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbot/rules/performancebug.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9c0f50

Please sign in to comment.