Skip to content

Commit a53e0fa

Browse files
committed
fixed typing error
1 parent 59fc626 commit a53e0fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/extract_changelog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def extract_section(version: str, changelog_path: Path) -> str:
1919
if not match:
2020
print(f"No changelog entry found for version {version}", file=sys.stderr)
2121
sys.exit(1)
22+
assert match is not None
2223
return match.group(0).strip()
2324

2425

0 commit comments

Comments
 (0)