Skip to content

Commit

Permalink
cleaup
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Kozma <[email protected]>
  • Loading branch information
yvgny committed Mar 13, 2023
1 parent 29abebf commit d6ebe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion didcomm/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class _Crv(Enum):

def _get_crv_for_verification_method(
key: VerificationMethod,
) -> Optional[str]: # TODO switch to optionnal
) -> Optional[str]:
if key.type in {
VerificationMethodType.ED25519_VERIFICATION_KEY_2020,
VerificationMethodType.ED25519_VERIFICATION_KEY_2018,
Expand Down

0 comments on commit d6ebe50

Please sign in to comment.