From 0a77b6cfac9f364602f766814d6076d130cba216 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 27 Sep 2024 16:07:35 -0700 Subject: [PATCH] feat: Add Completion import to aider/commands.py --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 29b892dfe..d82d9a702 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -8,7 +8,7 @@ from pathlib import Path import pyperclip from PIL import Image, ImageGrab -from prompt_toolkit.completion import PathCompleter +from prompt_toolkit.completion import Completion, PathCompleter from aider import models, prompts, voice from aider.format_settings import format_settings