Skip to content

Commit

Permalink
chore: reformat (black)
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
  • Loading branch information
TheTechmage authored and dbluhm committed Apr 30, 2024
1 parent 7504920 commit 148b74d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions didcomm_messaging/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 148b74d

Please sign in to comment.