Skip to content

Commit f8e0523

Browse files
Update dataikuapi/dss/admin.py
Co-authored-by: Allan Francani <allan.francani@dataiku.com>
1 parent 46fdc03 commit f8e0523

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
@@ -898,7 +898,7 @@ def set_required_conda_spec(self, *spec):
898898
class DSSCodeEnvContainerConfsBearer(object):
899899
def get_built_for_all_container_confs(self):
900900
"""
901-
Returns whether the code env creates an image for each container config
901+
Return whether the code env creates an image for each container config
902902
"""
903903
return self.settings.get("allContainerConfs", False)
904904
def get_built_container_confs(self):

0 commit comments

Comments
 (0)