Skip to content

Commit eef3561

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Format Python
1 parent 68124bd commit eef3561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

click_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
# XXX Star import is really badly supported by mypy for now and leads to lots of
3131
# "Module 'XXX' has no attribute 'YYY'". See: https://github.com/python/mypy/issues/4930
3232
from click import *
33-
from click._utils import UNSET
3433
from click import NoSuchCommand, get_pager_file
34+
from click._utils import UNSET
3535
from click.core import ParameterSource
3636

3737
# Overrides click helpers with cloup's.

0 commit comments

Comments
 (0)