Skip to content

Commit 0ee6ca5

Browse files
committed
remove enum from split
1 parent a5dc0ae commit 0ee6ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/custom_types/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class NodeType(str, Enum):
7373
decision = "decision"
7474

7575

76-
class Split(str, Enum):
76+
class Split:
7777
"""Enumeration of data splits in the AutoIntent framework.
7878
7979
Attributes:

0 commit comments

Comments
 (0)