Add __all__ to click-default-group (#13694)

This commit is contained in:
Semyon Moroz
2025-03-21 16:46:04 +04:00
committed by GitHub
parent 8524819367
commit ace1fa91f2
2 changed files with 1 additions and 2 deletions
@@ -1,2 +0,0 @@
# TODO: missing from stub
click_default_group.__all__
@@ -3,6 +3,7 @@ from _typeshed import Incomplete
import click
__all__ = ["DefaultGroup"]
__version__: str
class DefaultGroup(click.Group):