diff --git a/aider/commands.py b/aider/commands.py index ea9e39631..69974f7b7 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -67,8 +67,6 @@ class Commands: def cmd_commit(self, args): "Commit edits to chat session files made outside the chat (commit message optional)" - from aider.dump import dump - dump(args) if not self.coder.repo: self.console.print("[red]No git repository found.")