mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: run linter and format import statements in io.py
This commit is contained in:
parent
b9fb59dc3e
commit
d1ee3644ec
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@ from dataclasses import dataclass
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from prompt_toolkit.completion import (
|
from prompt_toolkit.completion import Completer, Completion, ThreadedCompleter
|
||||||
Completer,
|
|
||||||
Completion,
|
|
||||||
ThreadedCompleter,
|
|
||||||
)
|
|
||||||
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
||||||
from prompt_toolkit.enums import EditingMode
|
from prompt_toolkit.enums import EditingMode
|
||||||
from prompt_toolkit.history import FileHistory
|
from prompt_toolkit.history import FileHistory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue