Skip to content

Commit 140b057

Browse files
Update dataikuapi/dss/admin.py
Co-authored-by: Allan Francani <allan.francani@dataiku.com>
1 parent 8826f05 commit 140b057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def built_for_all_spark_kubernetes_confs(self):
924924
return self.settings.get("allSparkKubernetesConfs", False)
925925
def get_built_spark_kubernetes_confs(self):
926926
"""
927-
Returns the list of managed Spark over Kubernetes configs for which the code env builds an image (if not all)
927+
Return the list of managed Spark over Kubernetes configs for which the code env builds an image (if not all)
928928
"""
929929
return self.settings.get("sparkKubernetesConfs", [])
930930
def set_built_spark_kubernetes_confs(self, *configs, **kwargs):

0 commit comments

Comments
 (0)