Skip to content

Commit 148b74d

Browse files
TheTechmagedbluhm
authored andcommitted
chore: reformat (black)
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
1 parent 7504920 commit 148b74d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

didcomm_messaging/quickstart.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@ async def setup_default(did: DID, did_secrets: Tuple[Key, Key]) -> DIDCommMessag
9090
#
9191
# At present, the PrefixResolver is used to determine which library should
9292
# be used to convert a DID into a DIDDocument.
93-
resolver = PrefixResolver({
94-
"did:peer:2": Peer2(),
95-
"did:peer:4": Peer4(),
96-
"did:web:": DIDWeb(),
97-
})
93+
resolver = PrefixResolver(
94+
{
95+
"did:peer:2": Peer2(),
96+
"did:peer:4": Peer4(),
97+
"did:web:": DIDWeb(),
98+
}
99+
)
98100

99101
# The Packaging Service is where a lot of the magic happens. Similar to a
100102
# shipping box, the PackagingService will "pack" and "unpack" an encrypted

0 commit comments

Comments
 (0)