Removed unused import and function call in cmd_commit.

This commit is contained in:
Paul Gauthier 2023-05-11 09:37:36 -07:00
parent fe0f8928a2
commit 42a4df139c

View file

@ -67,8 +67,6 @@ class Commands:
def cmd_commit(self, args): def cmd_commit(self, args):
"Commit edits to chat session files made outside the chat (commit message optional)" "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: if not self.coder.repo:
self.console.print("[red]No git repository found.") self.console.print("[red]No git repository found.")