mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
cleanup
This commit is contained in:
parent
c14392a35a
commit
ba7656bc1c
1 changed files with 0 additions and 4 deletions
|
@ -819,10 +819,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
analytics.event("cli session", main_model=main_model, edit_format=main_model.edit_format)
|
||||
|
||||
thread = threading.Thread(target=load_slow_imports)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
while True:
|
||||
try:
|
||||
coder.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue