Skip to content

Commit 30695bd

Browse files
committed
ruff format
1 parent 310ee91 commit 30695bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

posthog/test/test_feature_flags.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,9 +4103,7 @@ def test_fallback_to_api_in_get_feature_flag_payload_when_flag_has_static_cohort
41034103
}
41044104
],
41054105
"multivariate": {
4106-
"variants": [
4107-
{"key": "variant-1", "rollout_percentage": 100}
4108-
]
4106+
"variants": [{"key": "variant-1", "rollout_percentage": 100}]
41094107
},
41104108
"payloads": {"variant-1": '{"message": "local-payload"}'},
41114109
},

0 commit comments

Comments
 (0)