Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 29, 2024
1 parent 3eca7f2 commit 49666ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
default_options_colored_help,
default_options_uncolored_help,
)
from click_extra import extra_command, extra_version_option

Check failure on line 42 in tests/test_commands.py

View workflow job for this annotation

GitHub Actions / autofix / Format Python

Ruff (F811)

tests/test_commands.py:42:25: F811 Redefinition of unused `extra_command` from line 34

from .conftest import skip_windows_colors

Expand Down

0 comments on commit 49666ab

Please sign in to comment.