mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Add missing time import for time.sleep() in write_text method
This commit is contained in:
parent
76c7c2562c
commit
bdafa842bd
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import base64
|
||||
import os
|
||||
import time
|
||||
import webbrowser
|
||||
from collections import defaultdict
|
||||
from dataclasses import dataclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue