Skip to content

Commit 1ab3d81

Browse files
cursoragentarmenzg
andcommitted
Remove unused autofix automation threshold constant
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>
1 parent d6c0363 commit 1ab3d81

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/sentry/seer/autofix/constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
CODING_PAYLOAD_TYPES = frozenset({"select_solution", "create_branch", "create_pr"})
44

5-
# An issue group must have >= this number of occurrences in order to be
6-
# a target for 'workflow' autofix.
7-
AUTOFIX_AUTOMATION_OCCURRENCE_THRESHOLD = 10
8-
95

106
class FixabilityScoreThresholds(enum.Enum):
117
SUPER_HIGH = 0.76

0 commit comments

Comments
 (0)