Skip to content

Commit 30ce96b

Browse files
committed
Fix compute_patch_checksum typo
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent edaecd0 commit 30ce96b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def create_registry(pipelines):
683683
return registry
684684

685685

686-
def compute_patch_checksum(patch_text: str | None) -> str | None:
686+
def compute_patch_checksum(patch_text: str):
687687
"""
688688
Compute SHA-512 checksum for patch text.
689689
"""

0 commit comments

Comments
 (0)