We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20572e commit d46781fCopy full SHA for d46781f
1 file changed
click_extra/__init__.py
@@ -30,8 +30,8 @@
30
# XXX Star import is really badly supported by mypy for now and leads to lots of
31
# "Module 'XXX' has no attribute 'YYY'". See: https://github.com/python/mypy/issues/4930
32
from click import *
33
-from click._utils import UNSET
34
from click import NoSuchCommand, get_pager_file
+from click._utils import UNSET
35
from click.core import ParameterSource
36
37
# Overrides click helpers with cloup's.
0 commit comments