From 98dc8e5d57b6769925898e3fecbab37cd180ad46 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 8 May 2025 15:33:34 -0700 Subject: [PATCH] fix: Remove unused threading import --- aider/mdstream.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index 0611a806d..186ef7624 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import io -import threading import time from rich import box