Skip to content

Commit 9a3bdf2

Browse files
committed
ignore another mypy finding
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent caf2bfe commit 9a3bdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def _dsse_envelope(self) -> dsse.Envelope | None:
578578
@private
579579
"""
580580
if self._inner.is_set("dsse_envelope"):
581-
return dsse.Envelope(self._inner.dsse_envelope)
581+
return dsse.Envelope(self._inner.dsse_envelope) # type: ignore[arg-type]
582582
return None
583583

584584
@property

0 commit comments

Comments
 (0)