Skip to content

Commit 72dee34

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d9692a8 commit 72dee34

File tree

1 file changed

+1
-1
lines changed
  • projects/vdk-core/src/vdk/internal/builtin_plugins/run

1 file changed

+1
-1
lines changed

projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def get_steps(self) -> list[Step]:
5151
return self.__steps
5252

5353
def sort_steps(self) -> None:
54-
self.__steps.sort(key=lambda step: step.name)
54+
self.__steps.sort(key=lambda step: step.name)

0 commit comments

Comments
 (0)