Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 29, 2024
1 parent 49666ab commit 57c77b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@

import click_extra
from click_extra import echo, option, option_group, pass_context
from click_extra.decorators import extra_command, extra_group
from click_extra.decorators import extra_command, extra_group, extra_version_option
from click_extra.pytest import (
command_decorators,
default_debug_uncolored_log_end,
default_debug_uncolored_log_start,
default_options_colored_help,
default_options_uncolored_help,
)
from click_extra import extra_command, extra_version_option

from .conftest import skip_windows_colors

Expand Down

0 comments on commit 57c77b5

Please sign in to comment.