chore: reorder imports

This commit is contained in:
Paul Gauthier (aider) 2025-05-09 10:04:14 -07:00
parent c806f18698
commit 0632c7a90f

View file

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