Skip to content

Commit 7285c18

Browse files
authored
Merge pull request openwallet-foundation#14 from cjhowland/fix/public-did-mediator-routing-keys
fix: black code formatter
2 parents ee13c13 + e9d07cf commit 7285c18

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

aries_cloudagent/protocols/issue_credential/v1_0/routes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,10 @@ async def credential_exchange_retrieve(request: web.BaseRequest):
382382

383383
@docs(
384384
tags=["issue-credential v1.0"],
385-
summary=("Create a credential record without "
386-
"sending (generally for use with Out-Of-Band)"),
385+
summary=(
386+
"Create a credential record without "
387+
"sending (generally for use with Out-Of-Band)"
388+
),
387389
)
388390
@request_schema(V10CredentialCreateSchema())
389391
@response_schema(V10CredentialExchangeSchema(), 200, description="")

aries_cloudagent/protocols/issue_credential/v2_0/routes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,10 @@ async def credential_exchange_retrieve(request: web.BaseRequest):
521521

522522
@docs(
523523
tags=["issue-credential v2.0"],
524-
summary=("Create a credential record without "
525-
"sending (generally for use with Out-Of-Band)"),
524+
summary=(
525+
"Create a credential record without "
526+
"sending (generally for use with Out-Of-Band)"
527+
),
526528
)
527529
@request_schema(V20IssueCredSchemaCore())
528530
@response_schema(V20CredExRecordSchema(), 200, description="")

0 commit comments

Comments
 (0)