diff --git a/aider/repo.py b/aider/repo.py index fe87f1797..40e30ab17 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -1,4 +1,5 @@ import os +import time from pathlib import Path, PurePosixPath import git @@ -10,8 +11,6 @@ from aider.sendchat import simple_send_with_retries from .dump import dump # noqa: F401 -import time - class GitRepo: repo = None aider_ignore_file = None @@ -261,7 +260,6 @@ class GitRepo: def normalize_path(self, path): return str(Path(PurePosixPath((Path(self.root) / path).relative_to(self.root)))) - def refresh_aider_ignore(self): if not self.aider_ignore_file: return