From 93c1cd3fba866beb2ec9187323d78ac63fbd4ede Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 27 Nov 2024 11:55:23 +0000 Subject: [PATCH] remove comment --- src/textual/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/textual/command.py b/src/textual/command.py index c447210501..ce3425cc1c 100644 --- a/src/textual/command.py +++ b/src/textual/command.py @@ -1121,7 +1121,6 @@ def build_prompt() -> Iterable[Content]: self.get_component_styles("command-palette--help-text") ) yield Content.from_rich_text(hit.help).stylize_before(help_style) - # yield Content.styled(hit.help, help_style) prompt = list(build_prompt())[0] prompt = Content("\n").join(build_prompt())