[openpgp] Fix pyright errors

This commit is contained in:
Philipp Hörist
2026-01-02 21:43:52 +01:00
parent be2d867f05
commit 99e33d9a1f
5 changed files with 35 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ from collections.abc import Iterator
from gpg.results import DecryptResult
from gpg.results import EncryptResult
from gpg.results import Key
from gpg.results import SignResult
from gpg.results import VerifyResult