From a34b16fa597c95b8128aafd0463b2f8df85200c5 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 27 Aug 2024 05:34:46 -0700 Subject: [PATCH] style: run linter --- aider/versioncheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/versioncheck.py b/aider/versioncheck.py index 99838d08a..38c91c20c 100644 --- a/aider/versioncheck.py +++ b/aider/versioncheck.py @@ -9,6 +9,7 @@ import aider from aider import utils from aider.dump import dump # noqa: F401 + def install_from_main_branch(io): """ Install the latest version of aider from the main branch of the GitHub repository. @@ -17,7 +18,7 @@ def install_from_main_branch(io): io, "aider", "Installing the latest version from the main branch...", - ["--upgrade", "git+https://github.com/paul-gauthier/aider.git"] + ["--upgrade", "git+https://github.com/paul-gauthier/aider.git"], )