Skip to content

Commit

Permalink
resolve lint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Rathore committed Nov 4, 2024
1 parent 10dc901 commit 5c35540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def test_rc_instance_evaluate_between_interquartile_range_approx(self):
assert truthy_assignments <= 50000 + tolerance
self.tear_down()

def evaluate_random_assignments(self, condition, num_of_assignments, mock_app, default_config) -> int:
def evaluate_random_assignments(self, condition, num_of_assignments, mock_app, default_config):
"""Evaluates random assignments based on a condition.
Args:
Expand Down

0 comments on commit 5c35540

Please sign in to comment.