We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Change.line
1 parent ee21208 commit dfdfb1aCopy full SHA for dfdfb1a
1 file changed
stubs/whatthepatch/whatthepatch/patch.pyi
@@ -20,7 +20,7 @@ class diffobj(NamedTuple):
20
class Change(NamedTuple):
21
old: int | None
22
new: int | None
23
- line: int | None
+ line: str | bytes | None
24
hunk: int
25
26
file_timestamp_str: str
0 commit comments