diff --git a/aider/commands.py b/aider/commands.py index b053cba4e..d5b1f2eb9 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -3,6 +3,7 @@ import os import shlex import subprocess import sys +import glob import git import tiktoken @@ -10,7 +11,6 @@ from prompt_toolkit.completion import Completion from aider import prompts, utils - class Commands: def __init__(self, io, coder): self.io = io