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