Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Sep 30, 2024
1 parent 0a1d54e commit cc2fa96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbinia/task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ def close_failed_task(self, task):
Returns:
TurbiniaTask: The updated Task.
"""

result = workers.TurbiniaTaskResult(
request_id=task.request_id, no_output_manager=True,
no_state_manager=True)
Expand Down

0 comments on commit cc2fa96

Please sign in to comment.