Skip to content

Commit 3bc05ab

Browse files
author
Louis Pouillot
committed
Remove unused import
1 parent 46b6974 commit 3bc05ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dataikuapi/dss/utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import re
2-
3-
41
class DSSDatasetSelectionBuilder(object):
52
"""Builder for a "dataset selection". In DSS, a dataset selection is used to select a part of a dataset for processing.
63
@@ -260,4 +257,4 @@ def custom_fields(self):
260257

261258
@custom_fields.setter
262259
def custom_fields(self, custom_fields):
263-
self._tod["customFields"] = custom_fields
260+
self._tod["customFields"] = custom_fields

0 commit comments

Comments
 (0)