From cbc59d919b200aa9a36e766e69042688d6fd3c07 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 29 Aug 2024 06:33:39 -0700 Subject: [PATCH] refactor: remove unused import of scrub_sensitive_info --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index f7630655f..466332150 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -11,7 +11,7 @@ import pyperclip from PIL import Image, ImageGrab from aider import models, prompts, voice -from aider.format_settings import format_settings, scrub_sensitive_info +from aider.format_settings import format_settings from aider.help import Help, install_help_extra from aider.llm import litellm from aider.run_cmd import run_cmd