mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Remove unused imports from sendchat.py and add hashlib import in models.py
This commit is contained in:
parent
24b1360eb8
commit
34227ce738
2 changed files with 1 additions and 6 deletions
|
@ -6,6 +6,7 @@ import os
|
|||
import platform
|
||||
import sys
|
||||
import time
|
||||
import hashlib
|
||||
from dataclasses import dataclass, fields
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
import hashlib
|
||||
import json
|
||||
import os
|
||||
import time
|
||||
|
||||
from aider.dump import dump # noqa: F401
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.llm import litellm
|
||||
from aider.utils import format_messages
|
||||
|
||||
# from diskcache import Cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue