From 261f50c3ba034ec11e7082c6fe1b575055c8ddc6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 May 2023 10:07:39 -0700 Subject: [PATCH] removed line numbers --- aider/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aider/commands.py b/aider/commands.py index 38ae4d0fd..8657f0ff1 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1,7 +1,7 @@ - 1 import os - 2 import git - 3 import subprocess - 4 import shlex +import os +import git +import subprocess +import shlex from rich.prompt import Confirm from prompt_toolkit.completion import Completion from aider import prompts