Skip to content

Commit

Permalink
Fix python black
Browse files Browse the repository at this point in the history
This will solve pre-commit errors
  • Loading branch information
RazvanLiviuVarzaru committed Jul 5, 2024
1 parent 22f067d commit f868ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schedulers_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ def getSchedulers():
)

l.append(
schedulers.Triggerable(name="s_jepsen", builderNames=["amd64-ubuntu-2204-jepsen-mysql"])
schedulers.Triggerable(
name="s_jepsen", builderNames=["amd64-ubuntu-2204-jepsen-mysql"]
)
)

return l

0 comments on commit f868ec5

Please sign in to comment.