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 386a2cb commit df4e5b4Copy full SHA for df4e5b4
mixpanel/flags/types.py
@@ -20,7 +20,7 @@ class Variant(BaseModel):
20
key: str
21
value: Any
22
is_control: bool
23
- split: Optional[float] = None
+ split: Optional[float] = 0.0
24
25
class FlagTestUsers(BaseModel):
26
users: Dict[str, str]
0 commit comments