Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn-anonyome committed Jan 15, 2025
1 parent 6411d8f commit 227acd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ async def create_pres(
):
raise V20PresFormatHandlerError(
"Only BbsBlsSignature2020, Ed25519Signature2018, "
"Ed25519Signature2020 and EcdsaSecp256r1Signature2019 "
"Ed25519Signature2020 and "
"EcdsaSecp256r1Signature2019 "
"signature types are supported"
)
else:
Expand Down
3 changes: 2 additions & 1 deletion acapy_agent/protocols/present_proof/v2_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@ async def present_proof_credentials_list(request: web.BaseRequest):
raise web.HTTPBadRequest(
reason=(
"Only BbsBlsSignature2020, Ed25519Signature2018"
" and Ed25519Signature2020, EcdsaSecp256r1Signature2019"
" and Ed25519Signature2020,"
" EcdsaSecp256r1Signature2019"
" signature types are supported"
)
)
Expand Down

0 comments on commit 227acd2

Please sign in to comment.