Skip to content

Commit df4e5b4

Browse files
committed
default split
1 parent 386a2cb commit df4e5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixpanel/flags/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Variant(BaseModel):
2020
key: str
2121
value: Any
2222
is_control: bool
23-
split: Optional[float] = None
23+
split: Optional[float] = 0.0
2424

2525
class FlagTestUsers(BaseModel):
2626
users: Dict[str, str]

0 commit comments

Comments
 (0)