Unverified Commit cc122226 authored by Marek Šuppa's avatar Marek Šuppa Committed by GitHub
Browse files

fix: Missing comma (#4520)

parent e1408fb7
...@@ -9,7 +9,7 @@ _builtin_training_services = [ ...@@ -9,7 +9,7 @@ _builtin_training_services = [
'remote', 'remote',
'openpai', 'pai', 'openpai', 'pai',
'aml', 'aml',
'dlc' 'dlc',
'kubeflow', 'kubeflow',
'frameworkcontroller', 'frameworkcontroller',
'adl', 'adl',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment