mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
cleanup
This commit is contained in:
parent
dabda6c5ea
commit
ed6ceae544
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import sys
|
|||
import argparse
|
||||
from dotenv import load_dotenv
|
||||
from aider.coder import Coder
|
||||
from rich.console import Console, reset_terminal
|
||||
|
||||
|
||||
def main(args=None):
|
||||
|
@ -88,7 +87,6 @@ def main(args=None):
|
|||
return
|
||||
|
||||
coder.run()
|
||||
reset_terminal()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue