fix: Remove unused imports from sendchat.py and add hashlib import in models.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:33:43 -08:00
parent 24b1360eb8
commit 34227ce738
2 changed files with 1 additions and 6 deletions

View file

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

View file

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