Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Feb 22, 2024
1 parent 65e543c commit 5e0e590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchx/schedulers/test/kubernetes_mcad_scheduler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ def test_role_to_pod(self) -> None:
name="odh-trusted-ca-bundle",
items=[
V1KeyToPath(
key="ca-bundle.crt", path="odh-trusted-ca-bundle.crt"
key="ca-bundle.crt",
path="odh-trusted-ca-bundle.crt",
)
],
optional=True,
Expand Down

0 comments on commit 5e0e590

Please sign in to comment.