From 3f74259f0f1fceb7ed99ff158dafcd90ab7b4a95 Mon Sep 17 00:00:00 2001 From: Aaron Weisberg Date: Sun, 5 Jan 2025 20:31:35 +0100 Subject: [PATCH] remove empty lines --- aider/comment_processor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/comment_processor.py b/aider/comment_processor.py index c4e6d714b48..153a68c0cda 100644 --- a/aider/comment_processor.py +++ b/aider/comment_processor.py @@ -1,8 +1,6 @@ import re from typing import Optional, Tuple, List - from grep_ast import TreeContext - from aider.io import InputOutput