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 26f09d0 commit 4791066Copy full SHA for 4791066
src/scikit_build_cli/main.py
@@ -25,9 +25,9 @@ class LazyGroup(click.Group):
25
def __init__(
26
self,
27
name: str | None = None,
28
- commands: MutableMapping[str, click.Command]
29
- | Sequence[click.Command]
30
- | None = None,
+ commands: (
+ MutableMapping[str, click.Command] | Sequence[click.Command] | None
+ ) = None,
31
*,
32
lazy_subcommands: Sequence[EntryPoint] = (),
33
**kwargs: object,
0 commit comments