Skip to content

Commit

Permalink
Fix black issue
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran committed Jan 29, 2024
1 parent 8733ef5 commit 03e28e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aries_cloudagent/vc/vc_ld/tests/test_vc_ld.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ async def test_sign_presentation_bbsbls(self):
)

assert unsigned_presentation == PRESENTATION_UNSIGNED
unsigned_presentation["@context"].append("https://w3c.github.io/vc-di-bbs/contexts/v1")
unsigned_presentation["@context"].append(
"https://w3c.github.io/vc-di-bbs/contexts/v1"
)
_ = await sign_presentation(
presentation=unsigned_presentation,
suite=suite,
Expand Down

0 comments on commit 03e28e5

Please sign in to comment.