From 6ecf44c87a8c5f6f7603f8f56fbdf00548005928 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 24 Feb 2025 10:22:04 -0800 Subject: [PATCH] refactor: Remove unused shlex import from editor.py --- aider/editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/editor.py b/aider/editor.py index c6af8ec43..c38e24f9d 100644 --- a/aider/editor.py +++ b/aider/editor.py @@ -10,7 +10,6 @@ This module provides functionality to: import os import platform -import shlex import subprocess import tempfile