From 61f9123147b36faf992d10a19fae326c331ccc4a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 30 Dec 2024 14:21:39 -0400 Subject: [PATCH] style: Run linter --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index ad91edef2..a552569e2 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -7,6 +7,7 @@ import tempfile from collections import OrderedDict from os.path import expanduser from pathlib import Path + import pyperclip from PIL import Image, ImageGrab from prompt_toolkit.completion import Completion, PathCompleter