diff --git a/aider/commands.py b/aider/commands.py index 68317be9f..d8b663d47 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1,9 +1,9 @@ import os import re +import shlex import subprocess import sys import tempfile -import shlex from collections import OrderedDict from pathlib import Path