mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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
|
import argparse
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from aider.coder import Coder
|
from aider.coder import Coder
|
||||||
from rich.console import Console, reset_terminal
|
|
||||||
|
|
||||||
|
|
||||||
def main(args=None):
|
def main(args=None):
|
||||||
|
@ -88,7 +87,6 @@ def main(args=None):
|
||||||
return
|
return
|
||||||
|
|
||||||
coder.run()
|
coder.run()
|
||||||
reset_terminal()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue