Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leaexplores authored and isra17 committed May 9, 2024
1 parent 569995d commit 7ebce5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/saturn_engine/models/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def join_definitions(self, static_definitions: StaticDefinitions) -> None:
return

self._queue_item = dataclasses.replace(
static_definitions.job_definitions[
self.job.job_definition_name
].template,
static_definitions.job_definitions[self.job.job_definition_name].template,
name=JobId(self.name),
).with_state(state)

0 comments on commit 7ebce5f

Please sign in to comment.