Skip to content

Commit 50328b1

Browse files
committed
chore: fix black issues
Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
1 parent 5002ce6 commit 50328b1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

didcomm_messaging/routing.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ async def is_forwardable_service(self, service: DIDCommV2Service) -> bool:
4141
return found_forwardable_service
4242

4343
def _create_forward_message(
44-
self,
45-
to: str,
46-
next_target: str,
47-
message: str
44+
self, to: str, next_target: str, message: str
4845
) -> Dict[Any, Any]:
4946
return {
5047
"typ": "application/didcomm-plain+json",
@@ -114,7 +111,6 @@ async def prepare_forward(
114111
# Loop through the entire services chain and pack the message for each
115112
# layer of mediators
116113
for service in chain:
117-
118114
# https://identity.foundation/didcomm-messaging/spec/#sender-process-to-enable-forwarding
119115
# Respect routing keys by adding the current DID to the front of
120116
# the list, then wrapping message following routing key order

0 commit comments

Comments
 (0)