Skip to content

Commit 4791066

Browse files
style: pre-commit fixes
1 parent 26f09d0 commit 4791066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scikit_build_cli/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class LazyGroup(click.Group):
2525
def __init__(
2626
self,
2727
name: str | None = None,
28-
commands: MutableMapping[str, click.Command]
29-
| Sequence[click.Command]
30-
| None = None,
28+
commands: (
29+
MutableMapping[str, click.Command] | Sequence[click.Command] | None
30+
) = None,
3131
*,
3232
lazy_subcommands: Sequence[EntryPoint] = (),
3333
**kwargs: object,

0 commit comments

Comments
 (0)