mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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 pathlib import Path
|
||||
|
||||
from prompt_toolkit.completion import (
|
||||
Completer,
|
||||
Completion,
|
||||
ThreadedCompleter,
|
||||
)
|
||||
from prompt_toolkit.completion import Completer, Completion, ThreadedCompleter
|
||||
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
||||
from prompt_toolkit.enums import EditingMode
|
||||
from prompt_toolkit.history import FileHistory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue