diff --git a/aider/main.py b/aider/main.py index b9d660c4e..a96e2fb7f 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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()