From d1ee3644ecc609d525323bf7b61511d8204934ab Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 28 Sep 2024 15:02:37 -0700 Subject: [PATCH] style: run linter and format import statements in io.py --- aider/io.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/aider/io.py b/aider/io.py index d4fdeb888..45ff367fb 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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