Skip to content

Commit

Permalink
fix(python): fix missing exception in python stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 3, 2024
1 parent 6a08e8a commit 3017443
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nucypher-core-python/nucypher_core/umbral.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,7 @@ class ReencryptionEvidence:

kfrag_validity_message_hash: bytes
kfrag_signature_v: bool


class VerificationError(Exception):
pass

0 comments on commit 3017443

Please sign in to comment.