From 57986c976c702c590cc814fa9863c4fd9be42c6f Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 5 Sep 2024 14:00:07 +0300 Subject: Apply pep8 formatting. --- gn3/api/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/api') diff --git a/gn3/api/llm.py b/gn3/api/llm.py index 192af23..cdf427e 100644 --- a/gn3/api/llm.py +++ b/gn3/api/llm.py @@ -80,7 +80,7 @@ def rate_queries(task_id): weight=excluded.weight """, (str(user_id), query, answer, weight, task_id)) return { - "message": "You have successfully rated this query. Thank you!" + "message": "You have successfully rated this query. Thank you!" }, 200 -- cgit v1.2.3