diff --git a/aider/help.py b/aider/help.py index d4a575e0a..ed8eaf1f0 100755 --- a/aider/help.py +++ b/aider/help.py @@ -1,6 +1,8 @@ #!/usr/bin/env python +import json import os +import shutil import warnings from pathlib import Path @@ -58,10 +60,6 @@ def fname_to_url(filepath): return docid -import json -import shutil - - def get_index(): from llama_index.core import ( Document,