mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
chore: Reorder imports in mdstream.py
This commit is contained in:
parent
6e1327f66d
commit
1d7c56b8c5
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import io
|
import io
|
||||||
import time
|
|
||||||
import threading
|
import threading
|
||||||
from aider.utils import Spinner
|
import time
|
||||||
|
|
||||||
from rich import box
|
from rich import box
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
|
@ -14,6 +13,7 @@ from rich.syntax import Syntax
|
||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
|
|
||||||
from aider.dump import dump # noqa: F401
|
from aider.dump import dump # noqa: F401
|
||||||
|
from aider.utils import Spinner
|
||||||
|
|
||||||
_text_prefix = """
|
_text_prefix = """
|
||||||
# Header
|
# Header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue