mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
aider: Removed unused imports in aider/io.py.
# Context: USER: aider/io.py:12:1: F401 'time' imported but unused import time ^ aider/io.py:13:1: F401 'random' imported but unused import random ^ ASSISTANT: I see that there are unused imports in the `aider/io.py` file. I will remove them. ```python aider/io.py <<<<<<< ORIGINAL import time import random ======= >>>>>>> UPDATED ```
This commit is contained in:
parent
d5f2bef29e
commit
943084fba2
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ from prompt_toolkit.history import FileHistory
|
|||
from prompt_toolkit.shortcuts import CompleteStyle
|
||||
from rich.console import Console
|
||||
from rich.text import Text
|
||||
import time
|
||||
import random
|
||||
from pathlib import Path
|
||||
from datetime import datetime
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue