From ba7656bc1c0ac1da9d899140aef08c2eb5cac349 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 31 Oct 2024 11:37:18 -0700 Subject: [PATCH] cleanup --- aider/main.py | 4 ---- 1 file changed, 4 deletions(-) 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()