mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Apply linter formatting changes
This commit is contained in:
parent
5cac0b764f
commit
17f1f2862d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ from collections import defaultdict
|
|||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
class Spinner:
|
||||
def __init__(self, io, text):
|
||||
self.io = io
|
||||
|
@ -18,6 +19,7 @@ class Spinner:
|
|||
def end(self):
|
||||
print(f"{self.text} Done!")
|
||||
|
||||
|
||||
from prompt_toolkit.completion import Completer, Completion
|
||||
from prompt_toolkit.enums import EditingMode
|
||||
from prompt_toolkit.history import FileHistory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue