Skip to content

Commit ccc9b77

Browse files
TheTechmagedbluhm
authored andcommitted
chore: fix formatting
Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
1 parent efcc72d commit ccc9b77

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

didcomm_messaging/quickstart.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
from did_peer_2 import KeySpec, generate
1818
from pydid.did import DID
19-
from pydid import DIDDocument
2019

2120
from aries_askar import Key, KeyAlg
2221
from didcomm_messaging import DIDCommMessaging
@@ -68,9 +67,7 @@ def generate_did() -> Tuple[DID, Tuple[Key, Key]]:
6867
return did, (verkey, xkey)
6968

7069

71-
async def setup_default(
72-
did: DID, did_secrets: Tuple[Key, Key]
73-
) -> DIDCommMessaging:
70+
async def setup_default(did: DID, did_secrets: Tuple[Key, Key]) -> DIDCommMessaging:
7471
"""Setup a pre-configured DIDCommMessaging instance."""
7572

7673
# The Crypto Service is used to encrypt, decrypt, sign and verify messages.

0 commit comments

Comments
 (0)