Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2023
1 parent d9692a8 commit 72dee34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def get_steps(self) -> list[Step]:
return self.__steps

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

0 comments on commit 72dee34

Please sign in to comment.