Skip to content

Commit

Permalink
chore: fix black issues
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 committed Dec 7, 2023
1 parent 5002ce6 commit 50328b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions didcomm_messaging/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ async def is_forwardable_service(self, service: DIDCommV2Service) -> bool:
return found_forwardable_service

def _create_forward_message(
self,
to: str,
next_target: str,
message: str
self, to: str, next_target: str, message: str
) -> Dict[Any, Any]:
return {
"typ": "application/didcomm-plain+json",
Expand Down Expand Up @@ -114,7 +111,6 @@ async def prepare_forward(
# Loop through the entire services chain and pack the message for each
# layer of mediators
for service in chain:

# https://identity.foundation/didcomm-messaging/spec/#sender-process-to-enable-forwarding
# Respect routing keys by adding the current DID to the front of
# the list, then wrapping message following routing key order
Expand Down

0 comments on commit 50328b1

Please sign in to comment.