Skip to content

Commit 6e5616b

Browse files
committed
lint 2
1 parent 6e1e8ad commit 6e5616b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/decider_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ def test_get_experiment(self):
12641264
self.assertEqual(experiment.owner, cfg["owner"])
12651265

12661266
def test_get_variant_without_expose_with_HG_as_control_1_and_child_returns_none_does_expose(
1267-
self
1267+
self,
12681268
):
12691269
self.exp_base_config["exp_1"].update({"parent_hg_name": "hg"})
12701270
# force child "exp_1" to return `None`
@@ -1275,8 +1275,8 @@ def test_get_variant_without_expose_with_HG_as_control_1_and_child_returns_none_
12751275
self.exp_base_config.update(self.parent_hg_config)
12761276
# force "hg" to bucket "control_1"
12771277
self.exp_base_config["hg"]["experiment"]["variants"] = [
1278-
{"name": "control_1", "size": 1.00, "range_end": 1.0, "range_start": 0},
1279-
{"name": "holdout", "size": 0.00, "range_end": 0.0, "range_start": 0.00},
1278+
{"name": "control_1", "size": 1.00, "range_end": 1.0, "range_start": 0},
1279+
{"name": "holdout", "size": 0.00, "range_end": 0.0, "range_start": 0.00},
12801280
]
12811281

12821282
with create_temp_config_file(self.exp_base_config) as f:

0 commit comments

Comments
 (0)