mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
fix: Remove unused import of timedelta
from base_coder.py
This commit is contained in:
parent
07767e2961
commit
75e8a38c3a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import threading
|
|||
import time
|
||||
import traceback
|
||||
from collections import defaultdict
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import datetime
|
||||
from json.decoder import JSONDecodeError
|
||||
from pathlib import Path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue