Skip to content

Commit

Permalink
chore: run ruff
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Laptop) <[email protected]>
  • Loading branch information
TheTechmage committed Aug 8, 2024
1 parent 4b5dc87 commit cbb646b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion didcomm_messaging/v1/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ async def did_to_target(
routing_keys = [
crypto.public_key_to_v1_kid(
crypto.verification_method_to_public_key(
VerificationMethod(id=routing_key, type="Ed25519VerificationKey2020", controller=routing_key.split("#")[0], public_key_multibase=routing_key.split("#")[1])
VerificationMethod(
id=routing_key,
type="Ed25519VerificationKey2020",
controller=routing_key.split("#")[0],
public_key_multibase=routing_key.split("#")[1],
)
)
)
for routing_key in target.routing_keys
Expand Down

0 comments on commit cbb646b

Please sign in to comment.