mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Remove unused imports and fix undefined Spinner issue in aider/io.py
This commit is contained in:
parent
d3a9247b3c
commit
b1003949c0
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
import base64
|
||||
import itertools
|
||||
import os
|
||||
import time
|
||||
from collections import defaultdict
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
@ -418,4 +416,5 @@ class InputOutput:
|
|||
f.write(text)
|
||||
|
||||
def spinner(self, text):
|
||||
from aider.utils import Spinner
|
||||
return Spinner(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue