Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 18, 2024
1 parent 8b166bb commit 1cdff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def cache(user_function):
ExtraGroup,
)
from .config import ConfigOption # noqa: E402
from .decorators import ( # type: ignore[no-redef, has-type] # noqa: E402
from .decorators import ( # type: ignore[no-redef] # noqa: E402
color_option,
command,
config_option,
Expand Down

0 comments on commit 1cdff7a

Please sign in to comment.