Skip to content

Commit 1a0518c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0431992 commit 1a0518c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/install-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Group(NamedTuple):
2020

2121

2222
@contextlib.contextmanager
23-
def _group(s: str) -> Generator[None, None, None]:
23+
def _group(s: str) -> Generator[None]:
2424
print(f'::group::{s}')
2525
try:
2626
yield

0 commit comments

Comments
 (0)