Skip to content

Commit

Permalink
mypy: silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Nov 17, 2024
1 parent 2eb7539 commit a8b2fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lzallright/_lzallright.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class LZOError(Exception):
class InputNotConsumed(LZOError): # noqa: N818
"""Decompression finished with leftover data."""

args: Tuple[EResult, bytes]
args: Tuple[EResult, bytes] # type: ignore[assignment]
"""Error reason, with decompressed data
``(EResult.InputNotConsumed, decompressed: bytes)``
Expand Down

0 comments on commit a8b2fe2

Please sign in to comment.