diff options
Diffstat (limited to 'src/mailman_pgp/pgp/wrapper.py')
| -rw-r--r-- | src/mailman_pgp/pgp/wrapper.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/wrapper.py b/src/mailman_pgp/pgp/wrapper.py index af6ce44..59f0fdd 100644 --- a/src/mailman_pgp/pgp/wrapper.py +++ b/src/mailman_pgp/pgp/wrapper.py @@ -85,7 +85,8 @@ class PGPWrapper(): """ :return: - :rtype: typing.Generator[pgpy.PGPMessage|pgpy.PGPSignature] + :rtype: typing.Generator[pgpy.PGPMessage|pgpy.PGPSignature| + pgpy.PGPDetachedSignature] """ if self.mime.is_signed(): yield from self.mime.get_signature() |
