Skip to content

Commit 84a1c13

Browse files
authored
1 parent 098f30e commit 84a1c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/whatthepatch/whatthepatch/patch.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class diffobj(NamedTuple):
2020
class Change(NamedTuple):
2121
old: int | None
2222
new: int | None
23-
line: int | None
23+
line: str | bytes | None
2424
hunk: int
2525

2626
file_timestamp_str: str

0 commit comments

Comments
 (0)