We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0218f5c commit 91afd87Copy full SHA for 91afd87
src/prompt_toolkit/widgets/toolbars.py
@@ -342,7 +342,9 @@ def __pt_container__(self) -> Container:
342
343
344
class ValidationToolbar:
345
- def __init__(self, show_position: bool = False, buffer: Buffer | None = None) -> None:
+ def __init__(
346
+ self, show_position: bool = False, buffer: Buffer | None = None
347
+ ) -> None:
348
def get_formatted_text() -> StyleAndTextTuples:
349
# If buffer not specified, use the currently focused buffer
350
if buffer is None:
0 commit comments