Skip to content

Commit

Permalink
fix(agent): remove unused task_id variable and trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
clementrey-dev committed Jan 15, 2025
1 parent b314b01 commit a908450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/compute_plane/python/agent/agent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Amazon.com, Inc. or its affiliates.
# Copyright 2024 Amazon.com, Inc. or its affiliates.
# SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/

Expand Down Expand Up @@ -638,7 +638,6 @@ async def run_task(task, sqs_msg):
task_def = json.loads(tast_str)

submit_pre_agent_measurements(task)
task_id = task["task_id"]

xray_recorder.end_subsegment()
execution_is_completed_flag = 0
Expand Down

0 comments on commit a908450

Please sign in to comment.