Skip to content

Commit d19bc22

Browse files
committed
Add Python Package acronyms
(cherry picked from commit 68a8057)
1 parent 4289306 commit d19bc22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/operator/api/resource/type.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ var (
136136
"tds": TrainingDatasetType,
137137
"ct": ConstantType,
138138
"cts": ConstantType,
139+
"py": PythonPackageType,
140+
"pys": PythonPackageType,
139141
"pp": PythonPackageType,
140142
"pps": PythonPackageType,
141143
}

0 commit comments

Comments
 (0)