From 0e405102952824194648c81c3c9c7022be54abfe Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 14 Apr 2025 15:32:32 -0700 Subject: [PATCH] fix: Shorten long comment line in patch_flex_coder.py --- aider/coders/patch_flex_coder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/coders/patch_flex_coder.py b/aider/coders/patch_flex_coder.py index f3b481496..69f52b19c 100644 --- a/aider/coders/patch_flex_coder.py +++ b/aider/coders/patch_flex_coder.py @@ -276,7 +276,8 @@ class PatchFlexCoder(Coder): # Rename class index += 1 if not path: raise DiffError(f"Update File action missing path (line {line_num}).") - # Don't check for duplicates; multiple UPDATEs for the same file are processed sequentially. + # Don't check for duplicates; multiple UPDATEs for the same file + # are processed sequentially. # if path not in known_files: # self.io.tool_warning(f"Update target '{path}' not in chat context.")