Skip to content

Commit

Permalink
[PRMDR-699] remove string from enum params
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHowellNHS committed Feb 23, 2024
1 parent c100fe6 commit 0255595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/enums/feature_flags.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum


class FeatureFlags(str, Enum):
class FeatureFlags(Enum):
NEMS_ENABLED = "nemsEnabled"
UPLOAD_LLOYD_GEORGE_WORKFLOW_ENABLED = "uploadLloydGeorgeWorkflowEnabled"
UPLOAD_LAMBDA_ENABLED = "uploadLambdaEnabled"
Expand Down

0 comments on commit 0255595

Please sign in to comment.