Skip to content

Commit 5c35540

Browse files
author
Varun Rathore
committed
resolve lint comments
1 parent 10dc901 commit 5c35540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_remote_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def test_rc_instance_evaluate_between_interquartile_range_approx(self):
714714
assert truthy_assignments <= 50000 + tolerance
715715
self.tear_down()
716716

717-
def evaluate_random_assignments(self, condition, num_of_assignments, mock_app, default_config) -> int:
717+
def evaluate_random_assignments(self, condition, num_of_assignments, mock_app, default_config):
718718
"""Evaluates random assignments based on a condition.
719719
720720
Args:

0 commit comments

Comments
 (0)