Skip to content

Commit

Permalink
chore: fix formatting
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 Mar 30, 2024
1 parent efcc72d commit ccc9b77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions didcomm_messaging/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from did_peer_2 import KeySpec, generate
from pydid.did import DID
from pydid import DIDDocument

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


async def setup_default(
did: DID, did_secrets: Tuple[Key, Key]
) -> DIDCommMessaging:
async def setup_default(did: DID, did_secrets: Tuple[Key, Key]) -> DIDCommMessaging:
"""Setup a pre-configured DIDCommMessaging instance."""

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

0 comments on commit ccc9b77

Please sign in to comment.