Skip to content

Commit

Permalink
Clean up old code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Oct 4, 2023
1 parent d4093ff commit 2b6b6fd
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 @@ -558,7 +558,6 @@ def on_mount(self, _: Mount) -> None:
highlight_styles = self.get_component_styles("command-palette--highlight")
with _redirect_component_styles(highlight_styles, self.query_one(CommandList)):
match_style = highlight_styles.partial_rich_style
# match_style = self.get_component_rich_style("command-palette--highlight")

assert self._calling_screen is not None
self._providers = [
Expand Down

0 comments on commit 2b6b6fd

Please sign in to comment.