From 0ade98dfff17c773ad7d1863525e222e5478db92 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 May 2023 10:07:56 -0700 Subject: [PATCH] removed line numbers --- aider/commands.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aider/commands.py b/aider/commands.py index 8657f0ff1..8b3562977 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -235,11 +235,11 @@ class Commands: print(combined_output) except Exception as e: self.io.tool_error(f"Error running command: {e}") -236 -237 def cmd_ls(self, args): -238 "List all known files and those included in the chat session" -239 -240 files = self.coder.get_all_relative_files() + + def cmd_ls(self, args): + "List all known files and those included in the chat session" + + files = self.coder.get_all_relative_files() other_files = [] chat_files = []