Skip to content

Commit 0e6ca19

Browse files
committed
Remove Codenotary specific IssueType/SuggestionType
1 parent 676cc29 commit 0e6ca19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

supervisor/resolution/const.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class IssueType(StrEnum):
103103
PWNED = "pwned"
104104
REBOOT_REQUIRED = "reboot_required"
105105
SECURITY = "security"
106-
TRUST = "trust"
107106
UPDATE_FAILED = "update_failed"
108107
UPDATE_ROLLBACK = "update_rollback"
109108

@@ -115,7 +114,6 @@ class SuggestionType(StrEnum):
115114
CLEAR_FULL_BACKUP = "clear_full_backup"
116115
CREATE_FULL_BACKUP = "create_full_backup"
117116
DISABLE_BOOT = "disable_boot"
118-
EXECUTE_INTEGRITY = "execute_integrity"
119117
EXECUTE_REBOOT = "execute_reboot"
120118
EXECUTE_REBUILD = "execute_rebuild"
121119
EXECUTE_RELOAD = "execute_reload"

0 commit comments

Comments
 (0)