Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 27, 2024
1 parent 88313e3 commit 93c1cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textual/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 93c1cd3

Please sign in to comment.