From 1d7c56b8c5a5733f9e0e6250f9db65d18f287b18 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 8 May 2025 12:30:11 -0700 Subject: [PATCH] chore: Reorder imports in mdstream.py --- aider/mdstream.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index c24d97928..ed881b28f 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -1,9 +1,8 @@ #!/usr/bin/env python import io -import time import threading -from aider.utils import Spinner +import time from rich import box from rich.console import Console @@ -14,6 +13,7 @@ from rich.syntax import Syntax from rich.text import Text from aider.dump import dump # noqa: F401 +from aider.utils import Spinner _text_prefix = """ # Header