We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43feb1e commit 2c6ed14Copy full SHA for 2c6ed14
aws_lambda_powertools/utilities/feature_flags/schema.py
@@ -23,7 +23,7 @@
23
HOUR_MIN_SEPARATOR = ":"
24
25
26
-class RuleAction(Enum):
+class RuleAction(str, Enum):
27
EQUALS = "EQUALS"
28
NOT_EQUALS = "NOT_EQUALS"
29
KEY_GREATER_THAN_VALUE = "KEY_GREATER_THAN_VALUE"
0 commit comments