Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored and ThibaultFy committed Jan 10, 2024
1 parent 1debe38 commit 464bd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/substrapp/tasks/tasks_compute_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
from substrapp.compute_tasks.lock import MAX_TASK_DURATION
from substrapp.compute_tasks.lock import acquire_compute_plan_lock
from substrapp.compute_tasks.outputs import OutputSaver
from substrapp.exceptions import OrganizationHttpError, OrganizationError
from substrapp.exceptions import OrganizationError
from substrapp.exceptions import OrganizationHttpError
from substrapp.lock_local import lock_resource
from substrapp.orchestrator import get_orchestrator_client
from substrapp.tasks.task import ComputeTask
Expand Down Expand Up @@ -207,7 +208,6 @@ def _run(
except OrganizationError as e:
raise compute_task_errors.CeleryRetryError() from e


# stop build_image timer
_create_task_profiling_step(channel_name, task.key, ComputeTaskSteps.BUILD_IMAGE, timer.stop())

Expand Down

0 comments on commit 464bd5b

Please sign in to comment.