From 1b8349b0ef99100aa5f8c86ef92ff9c10e8925c9 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 14 Sep 2023 07:47:04 +0300 Subject: [PATCH] merge --- pr_agent/tools/pr_description.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_description.py b/pr_agent/tools/pr_description.py index 60376731..1f9dfed9 100644 --- a/pr_agent/tools/pr_description.py +++ b/pr_agent/tools/pr_description.py @@ -253,4 +253,4 @@ class PRDescription: return title, pr_body - return title, pr_body, pr_types, markdown_text, description \ No newline at end of file + return title, pr_body, pr_types, description \ No newline at end of file