From cb709bd4cea21d5d1368663fa95a713102989956 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 10 Aug 2024 20:27:12 -0700 Subject: [PATCH] fix: Import Text class from rich.text module --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index 25b4a168a..7ea665c79 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -9,6 +9,7 @@ from pathlib import Path import git import pyperclip from PIL import Image, ImageGrab +from rich.text import Text from aider import models, prompts, voice from aider.help import Help, install_help_extra