From 74d5e2b0c138b2a46346a4689d8c94b944b93fca Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 4 Feb 2025 11:36:16 -0800 Subject: [PATCH] style: Run linter and fix formatting issues in repo.py --- aider/repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/repo.py b/aider/repo.py index 09dd9f829..50fe793df 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -17,6 +17,7 @@ except ImportError: import pathspec from aider import prompts, utils + from .dump import dump # noqa: F401 ANY_GIT_ERROR += [