Skip to content

Commit 4a9900d

Browse files
committed
severity
1 parent c31b165 commit 4a9900d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pylibagent/severity.py

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

33

44
class Severity(Enum):
5-
HIGH = 0
6-
MEDIUM = 1
7-
LOW = 2
5+
HIGH = "HIGH"
6+
MEDIUM = "MEDIUM"
7+
LOW = "LOW"

0 commit comments

Comments
 (0)