From 84a1c1305b58dcefbf19ed0776ef1ba4cb060f7e Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Fri, 15 May 2026 22:58:23 +0300 Subject: [PATCH] Update patch.pyi https://github.com/cscorley/whatthepatch/blob/main/src/whatthepatch/patch.py --- stubs/whatthepatch/whatthepatch/patch.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/whatthepatch/whatthepatch/patch.pyi b/stubs/whatthepatch/whatthepatch/patch.pyi index 488646774ea1..98bb57df23e5 100644 --- a/stubs/whatthepatch/whatthepatch/patch.pyi +++ b/stubs/whatthepatch/whatthepatch/patch.pyi @@ -20,7 +20,7 @@ class diffobj(NamedTuple): class Change(NamedTuple): old: int | None new: int | None - line: int | None + line: str | bytes | None hunk: int file_timestamp_str: str