Skip to content

Commit 3a52b56

Browse files
Format ExperimentType definition for ruff check
1 parent 3da60b5 commit 3a52b56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

optimizely/helpers/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ class CmabDict(BaseEntity):
117117
trafficAllocation: int
118118

119119

120-
ExperimentType = Literal['a/b', 'multi_armed_bandit', 'contextual_multi_armed_bandit', 'targeted_delivery', 'feature_rollout']
120+
ExperimentType = Literal[
121+
'a/b', 'multi_armed_bandit', 'contextual_multi_armed_bandit', 'targeted_delivery', 'feature_rollout'
122+
]
121123

122124
HoldoutStatus = Literal['Draft', 'Running', 'Concluded', 'Archived']
123125

0 commit comments

Comments
 (0)