mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Removed unused import and function call in cmd_commit.
This commit is contained in:
parent
fe0f8928a2
commit
42a4df139c
1 changed files with 0 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue