We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b6974 commit 3bc05abCopy full SHA for 3bc05ab
1 file changed
dataikuapi/dss/utils.py
@@ -1,6 +1,3 @@
1
-import re
2
-
3
4
class DSSDatasetSelectionBuilder(object):
5
"""Builder for a "dataset selection". In DSS, a dataset selection is used to select a part of a dataset for processing.
6
@@ -260,4 +257,4 @@ def custom_fields(self):
260
257
261
258
@custom_fields.setter
262
259
def custom_fields(self, custom_fields):
263
- self._tod["customFields"] = custom_fields
+ self._tod["customFields"] = custom_fields
0 commit comments