From 148b74d3b7d0c8658cda4ce571a316086a34ca20 Mon Sep 17 00:00:00 2001 From: "Colton Wolkins (Indicio work address)" Date: Tue, 30 Apr 2024 09:00:21 -0600 Subject: [PATCH] chore: reformat (black) Signed-off-by: Colton Wolkins (Indicio work address) --- didcomm_messaging/quickstart.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/didcomm_messaging/quickstart.py b/didcomm_messaging/quickstart.py index 9dc91a9..00a5189 100644 --- a/didcomm_messaging/quickstart.py +++ b/didcomm_messaging/quickstart.py @@ -90,11 +90,13 @@ async def setup_default(did: DID, did_secrets: Tuple[Key, Key]) -> DIDCommMessag # # At present, the PrefixResolver is used to determine which library should # be used to convert a DID into a DIDDocument. - resolver = PrefixResolver({ - "did:peer:2": Peer2(), - "did:peer:4": Peer4(), - "did:web:": DIDWeb(), - }) + resolver = PrefixResolver( + { + "did:peer:2": Peer2(), + "did:peer:4": Peer4(), + "did:web:": DIDWeb(), + } + ) # The Packaging Service is where a lot of the magic happens. Similar to a # shipping box, the PackagingService will "pack" and "unpack" an encrypted