fix: Add missing time import for time.sleep() in write_text method

This commit is contained in:
Paul Gauthier (aider) 2024-11-15 16:23:37 -08:00
parent 76c7c2562c
commit bdafa842bd

View file

@ -1,5 +1,6 @@
import base64
import os
import time
import webbrowser
from collections import defaultdict
from dataclasses import dataclass