From b982626ac48e4a582f641fc7bbaaefb8de623e0e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 13 Dec 2024 08:46:02 -0800 Subject: [PATCH] style: Fix line length in comment --- scripts/issues.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/issues.py b/scripts/issues.py index 1b98035a1..06356ca0d 100755 --- a/scripts/issues.py +++ b/scripts/issues.py @@ -50,8 +50,7 @@ CLOSE_FIXED_ENHANCEMENT_COMMENT = ( """I'm closing this enhancement request since it has been marked as 'fixed' for over """ """3 weeks. The requested feature should now be available in recent versions of aider.\n\n""" """If you find that this enhancement is still needed, please feel free to reopen this """ - """issue or create a new one.""" - + BOT_SUFFIX + """issue or create a new one.""" + BOT_SUFFIX ) # GitHub API configuration