From f5912652819230dc7e1e405db86f9b983e4611ed Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 31 Aug 2024 08:41:38 -0700 Subject: [PATCH] style: remove unused import of 'git' --- aider/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 763884a5e..b2b1a600e 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -6,7 +6,6 @@ import tempfile from collections import OrderedDict from pathlib import Path -import git import pyperclip from PIL import Image, ImageGrab