Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 9, 2023
1 parent ad1ad34 commit b079ddb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/click/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
from functools import update_wrapper
from gettext import gettext as _

from .core import Argument, Command, Context, Group, Option, Parameter
from .core import Argument
from .core import Command
from .core import Context
from .core import Group
from .core import Option
from .core import Parameter
from .globals import get_current_context
from .utils import echo

Expand Down

0 comments on commit b079ddb

Please sign in to comment.