mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Run linter and fix import order in models.py and sendchat.py
This commit is contained in:
parent
34227ce738
commit
db694b20df
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
import difflib
|
||||
import hashlib
|
||||
import importlib.resources
|
||||
import json
|
||||
import math
|
||||
|
@ -6,7 +7,6 @@ import os
|
|||
import platform
|
||||
import sys
|
||||
import time
|
||||
import hashlib
|
||||
from dataclasses import dataclass, fields
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
from aider.dump import dump # noqa: F401
|
||||
from aider.utils import format_messages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue