mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
style: Apply linter formatting to io.py
This commit is contained in:
parent
48e7376002
commit
13cb6a315c
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ class InputOutput:
|
||||||
# Use placeholder if set, then clear it
|
# Use placeholder if set, then clear it
|
||||||
default = self.placeholder
|
default = self.placeholder
|
||||||
self.placeholder = None
|
self.placeholder = None
|
||||||
|
|
||||||
line = self.prompt_session.prompt(
|
line = self.prompt_session.prompt(
|
||||||
show,
|
show,
|
||||||
default=default,
|
default=default,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue