Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jul 18, 2024
1 parent e577f5b commit f2557ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartsim/_core/mli/infrastructure/control/workermanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def build_failure_reply(status: "Status", message: str) -> Response:
:param status: The status of the response
:param message: The error message to include in the response"""
return MessageHandler.build_response(
status=status, # todo: need to indicate correct status
message=message, # todo: decide what these will be
status=status,
message=message,
result=None,
custom_attributes=None,
)
Expand Down

0 comments on commit f2557ed

Please sign in to comment.