This commit is contained in:
Paul Gauthier 2024-10-31 11:37:18 -07:00
parent c14392a35a
commit ba7656bc1c

View file

@ -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()