Skip to content

Commit 099fae2

Browse files
committed
Group classification type
1 parent 3a7fb21 commit 099fae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/tool_building/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class Type(Enum):
5353
TEXT = "text"
5454
CHECKLIST = "checklist"
5555
RADIO = "radio"
56+
GROUP = "group"
5657

5758
class Scope(Enum):
5859
GLOBAL = "global"
@@ -169,7 +170,6 @@ def add_option(self, option: "Option") -> None:
169170
option.position = len(self.options)
170171
self.options.append(option)
171172

172-
173173
@dataclass
174174
class Option:
175175
"""

0 commit comments

Comments
 (0)