Skip to content

Commit 20c811c

Browse files
committed
Formatted code
Signed-off-by: Anastasiia <sivirina99@mail.ru>
1 parent 0f47f70 commit 20c811c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

aries_cloudagent/protocols/present_proof/dif/pres_exch_handler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,9 @@ async def create_vp(
13051305
applicable_creds=applicable_creds
13061306
)
13071307
if not issuer_id:
1308-
vp = await create_presentation(credentials=applicable_creds_list)
1308+
vp = await create_presentation(
1309+
credentials=applicable_creds_list
1310+
)
13091311
vp["presentation_submission"] = submission_property.serialize()
13101312
if self.proof_type is BbsBlsSignature2020.signature_type:
13111313
vp["@context"].append(SECURITY_CONTEXT_BBS_URL)

aries_cloudagent/protocols/present_proof/v2_0/tests/test_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ async def test_create_pres_indy_and_dif(self):
854854
)
855855

856856
mock_create_pres.return_value = (
857-
PRES_20,
857+
PRES_20,
858858
AttachDecorator.data_json(DIF_PRES, ident="dif"),
859859
)
860860

0 commit comments

Comments
 (0)