style: Apply linter formatting to io.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-21 18:32:03 -08:00
parent 48e7376002
commit 13cb6a315c

View file

@ -431,7 +431,7 @@ class InputOutput:
# Use placeholder if set, then clear it
default = self.placeholder
self.placeholder = None
line = self.prompt_session.prompt(
show,
default=default,