mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Remove unused imports and move ChatChunks import to top of file
This commit is contained in:
parent
69131a423e
commit
f7d64e4c90
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@ import threading
|
|||
import time
|
||||
import traceback
|
||||
from collections import defaultdict
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import datetime
|
||||
from json.decoder import JSONDecodeError
|
||||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
import git
|
||||
from rich.console import Console, Text
|
||||
|
||||
from .chat_chunks import ChatChunks
|
||||
from rich.markdown import Markdown
|
||||
|
||||
from aider import __version__, models, prompts, urls, utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue