Skip to content

Commit

Permalink
Remove import of click.shell_completion.BashComplete
Browse files Browse the repository at this point in the history
No longer needed as of #12.
  • Loading branch information
superatomic committed Aug 19, 2023
1 parent a9662e1 commit c01172e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tldr_man/shell_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Rich shell completions for the client."""

from click import Context, Parameter
from click.shell_completion import CompletionItem, BashComplete
from click.shell_completion import CompletionItem

from tldr_man.pages import CACHE_DIR, get_dir_search_order
from tldr_man.languages import get_locales, all_language_codes
Expand Down

0 comments on commit c01172e

Please sign in to comment.