From 538235509906bb2c33b2b03db4ac66861a78e716 Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Thu, 17 Oct 2024 10:43:34 +0200 Subject: [PATCH] add test coverage to PR comment --- aaq/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aaq/utils.py b/aaq/utils.py index cdbfc9e9..59574e3c 100644 --- a/aaq/utils.py +++ b/aaq/utils.py @@ -76,5 +76,5 @@ def search(query_text, generate_llm_response, query_metadata): def test_untested_lines(num_one, num_two): - total_sum = num_one+num_two + total_sum = num_one + num_two return total_sum