Skip to content

Commit f58438f

Browse files
authored
Update ontology.py
1 parent e4959df commit f58438f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/schema/ontology.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ def __post_init__(self):
132132
if self.class_type == Classification.Type.DROPDOWN:
133133
warnings.warn(
134134
"Dropdown classification is deprecated and will be "
135-
"removed in a future release")
135+
"removed in a future release. Dropdown will also "
136+
"no longer be able to be created in the Editor on 3/31/2022.")
136137

137138
@property
138139
def name(self) -> str:

0 commit comments

Comments
 (0)