From 48cc2f68330bc6b29566acda48fcd73ed99ab1ed Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 18 Aug 2024 08:26:01 +0300 Subject: [PATCH] Limit comment body length and adjust logging levels in GitHub provider --- pr_agent/tools/pr_reviewer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pr_agent/tools/pr_reviewer.py b/pr_agent/tools/pr_reviewer.py index a740efa2..9f34c113 100644 --- a/pr_agent/tools/pr_reviewer.py +++ b/pr_agent/tools/pr_reviewer.py @@ -1,6 +1,5 @@ import copy import datetime -import traceback from collections import OrderedDict from functools import partial from typing import List, Tuple