Skip to content

Commit fc1d52c

Browse files
TheTechmagedbluhm
authored andcommitted
chore: run ruff
Signed-off-by: Colton Wolkins (Laptop) <[email protected]>
1 parent 44be3c8 commit fc1d52c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

didcomm_messaging/v1/messaging.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ async def did_to_target(
8686
routing_keys = [
8787
crypto.public_key_to_v1_kid(
8888
crypto.verification_method_to_public_key(
89-
VerificationMethod(id=routing_key, type="Ed25519VerificationKey2020", controller=routing_key.split("#")[0], public_key_multibase=routing_key.split("#")[1])
89+
VerificationMethod(
90+
id=routing_key,
91+
type="Ed25519VerificationKey2020",
92+
controller=routing_key.split("#")[0],
93+
public_key_multibase=routing_key.split("#")[1],
94+
)
9095
)
9196
)
9297
for routing_key in target.routing_keys

0 commit comments

Comments
 (0)