Skip to content

Commit e1d47a7

Browse files
Update mixpanel/flags/local_feature_flags.py
Co-authored-by: Copilot <[email protected]>
1 parent f6604b3 commit e1d47a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mixpanel/flags/local_feature_flags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def _get_assigned_rollout(
318318
return rollout
319319

320320
return None
321-
322321
def _is_runtime_rules_engine_satisfied(self, rollout: Rollout, context: Dict[str, Any]) -> bool:
323322
if not rollout.runtime_evaluation_rule:
324323
return self._is_runtime_evaluation_satisfied(rollout, context)

0 commit comments

Comments
 (0)