mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: remove interrupted_partial_input parameter from InputOutput class
This commit is contained in:
parent
fc6e0dfa65
commit
6c2e0ccce5
1 changed files with 1 additions and 2 deletions
|
@ -180,7 +180,6 @@ class InputOutput:
|
|||
chat_history_file=None,
|
||||
input=None,
|
||||
output=None,
|
||||
interrupted_partial_input=None,
|
||||
user_input_color="blue",
|
||||
tool_output_color=None,
|
||||
tool_error_color="red",
|
||||
|
@ -198,7 +197,7 @@ class InputOutput:
|
|||
fancy_input=True,
|
||||
):
|
||||
self.never_prompts = set()
|
||||
self.interrupted_partial_input = interrupted_partial_input
|
||||
self.interrupted_partial_input = None
|
||||
self.editingmode = editingmode
|
||||
no_color = os.environ.get("NO_COLOR")
|
||||
if no_color is not None and no_color != "":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue