Skip to content

Commit 7e4c866

Browse files
authored
fixup, failing ruff pre-commit check in gen_gha_matrix_jobs.py (opendatahub-io#2487)
1 parent 99ebfb6 commit 7e4c866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/cached-builds/gen_gha_matrix_jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ class Arm64Images(enum.Enum):
8181
INCLUDE = "include"
8282
ONLY = "only"
8383

84+
8485
class Ppc64leImages(enum.Enum):
8586
EXCLUDE = "exclude"
8687
INCLUDE = "include"
8788

89+
8890
class S390xImages(enum.Enum):
8991
EXCLUDE = "exclude"
9092
INCLUDE = "include"

0 commit comments

Comments
 (0)