mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
chore: reorder imports
This commit is contained in:
parent
c806f18698
commit
0632c7a90f
1 changed files with 2 additions and 1 deletions
|
@ -23,10 +23,11 @@ try:
|
||||||
except ImportError: # Babel not installed – we will fall back to a small mapping
|
except ImportError: # Babel not installed – we will fall back to a small mapping
|
||||||
Locale = None
|
Locale = None
|
||||||
from json.decoder import JSONDecodeError
|
from json.decoder import JSONDecodeError
|
||||||
from rich.console import Console
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
from rich.console import Console
|
||||||
|
|
||||||
from aider import __version__, models, prompts, urls, utils
|
from aider import __version__, models, prompts, urls, utils
|
||||||
from aider.analytics import Analytics
|
from aider.analytics import Analytics
|
||||||
from aider.commands import Commands
|
from aider.commands import Commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue