Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Nov 8, 2024
1 parent fceb035 commit cd8d1a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_app/service_bus/resource_request_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ async def send_resource_request_message(resource: Resource, operations_repo: Ope
content = json.dumps(resource_to_send.get_resource_request_message_payload(operation_id=operation.id, step_id=first_step.id, action=first_step.resourceAction))
await send_deployment_message(content=content, correlation_id=operation.id, resource=resource_to_send, action=first_step.resourceAction)


return operation

0 comments on commit cd8d1a8

Please sign in to comment.